View Source StellarBase.XDR.OptionalMuxedAccount (Elixir Stellar Base v0.16.0)

Representation of Stellar OptionalMuxedAccount type.

Summary

Types

@type source_account() :: StellarBase.XDR.MuxedAccount.t() | nil
@type t() :: %StellarBase.XDR.OptionalMuxedAccount{source_account: source_account()}

Functions

Link to this function

new(source_account \\ nil)

View Source
@spec new(source_account :: source_account()) :: t()