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

Representation of a Stellar DecoratedSignatures list.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.DecoratedSignatures{
  signatures: [Stellar.XDR.DecoratedSignature.t()]
}

Link to this section Functions

Specs

new(signatures :: [Stellar.XDR.DecoratedSignature.t()]) :: t()