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