StellarBase.XDR.OptionalMuxedAccount (Elixir Stellar Base v0.8.9) View Source
Representation of Stellar OptionalMuxedAccount
type.
Link to this section Summary
Link to this section Types
Specs
source_account() :: StellarBase.XDR.MuxedAccount.t() | nil
Specs
t() :: %StellarBase.XDR.OptionalMuxedAccount{source_account: source_account()}
Link to this section Functions
Specs
new(source_account :: source_account()) :: t()