View Source StellarBase.XDR.DecoratedSignature (Elixir Stellar Base v0.11.0)
Representation of Stellar DecoratedSignature
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.DecoratedSignature{ hint: StellarBase.XDR.SignatureHint.t(), signature: StellarBase.XDR.Signature.t() }
Link to this section Functions
@spec new( hint :: StellarBase.XDR.SignatureHint.t(), signature :: StellarBase.XDR.Signature.t() ) :: t()