Stellar.XDR.MuxedAccount (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar MuxedAccount type.

Link to this section Summary

Link to this section Types

Specs

Specs

t() :: %Stellar.XDR.MuxedAccount{
  account: account(),
  type: Stellar.XDR.CryptoKeyType.t()
}

Link to this section Functions

Specs

new(account :: account(), type :: Stellar.XDR.CryptoKeyType.t()) :: t()

Specs

union_spec() :: XDR.Union.t()