StellarBase.XDR.OptionalAccountID (Elixir Stellar Base v0.8.8) View Source
Representation of Stellar OptionalAccountID
type.
Link to this section Summary
Link to this section Types
Specs
account_id() :: StellarBase.XDR.AccountID.t() | nil
Specs
t() :: %StellarBase.XDR.OptionalAccountID{account_id: account_id()}
Link to this section Functions
Specs
new(account_id :: account_id()) :: t()