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

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()