StellarBase.XDR.OptionalSigner (Elixir Stellar Base v0.4.0) View Source

Representation of Stellar OptionalSigner type.

Link to this section Summary

Link to this section Types

Specs

signer() :: StellarBase.XDR.Signer.t() | nil

Specs

t() :: %StellarBase.XDR.OptionalSigner{signer: signer()}

Link to this section Functions

Specs

new(signer :: signer()) :: t()