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

Representation of Stellar OptionalSigner type.

Link to this section Summary

Link to this section Types

@type signer() :: StellarBase.XDR.Signer.t() | nil
@type t() :: %StellarBase.XDR.OptionalSigner{signer: signer()}

Link to this section Functions

@spec new(signer :: signer()) :: t()