View Source StellarBase.XDR.DecoratedSignature (Elixir Stellar Base v0.16.0)

Representation of Stellar DecoratedSignature type.

Summary

Types

@type t() :: %StellarBase.XDR.DecoratedSignature{
  hint: StellarBase.XDR.SignatureHint.t(),
  signature: StellarBase.XDR.Signature.t()
}

Functions

@spec new(
  hint :: StellarBase.XDR.SignatureHint.t(),
  signature :: StellarBase.XDR.Signature.t()
) :: t()