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

Representation of Stellar OptionalSigner type.

Link to this section Summary

Link to this section Types

Specs

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

Specs

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

Link to this section Functions

Specs

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