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

Representation of a Stellar DecoratedSignatures list.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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