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