View Source StellarBase.XDR.OptionalSigner (Elixir Stellar Base v0.16.0)
Representation of Stellar OptionalSigner
type.
Summary
Types
@type signer() :: StellarBase.XDR.Signer.t() | nil
@type t() :: %StellarBase.XDR.OptionalSigner{signer: signer()}