StellarBase.XDR.DecoratedSignatures (Elixir Stellar Base v0.8.1) View Source

Representation of a Stellar DecoratedSignatures list.

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Specs

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