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