Stellar.XDR.MuxedAccount (Elixir Stellar Base v0.1.0) View Source
Representation of Stellar MuxedAccount
type.
Link to this section Summary
Link to this section Types
Specs
account() :: Stellar.XDR.UInt256.t() | Stellar.XDR.MuxedAccountMed25519.t()
Specs
t() :: %Stellar.XDR.MuxedAccount{ account: account(), type: Stellar.XDR.CryptoKeyType.t() }
Link to this section Functions
Specs
new(type :: Stellar.XDR.CryptoKeyType.t(), account :: account()) :: t()
Specs
union_spec() :: XDR.Union.t()