Stellar.XDR.DecoratedSignature (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar DecoratedSignature type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.DecoratedSignature{
  hint: Stellar.XDR.SignatureHint.t(),
  signature: Stellar.XDR.Signature.t()
}

Link to this section Functions

Specs

new(
  hint :: Stellar.XDR.SignatureHint.t(),
  signature :: Stellar.XDR.Signature.t()
) :: t()