Stellar.TxBuild.Account (Elixir Stellar SDK v0.5.0) View Source

Account struct definition.

Link to this section Summary

Link to this section Types

Specs

account_id() :: String.t()

Specs

address() :: String.t()

Specs

error() :: {:error, atom()}

Specs

muxed_id() :: integer() | nil

Specs

t() :: %Stellar.TxBuild.Account{
  account_id: account_id(),
  address: address(),
  muxed_id: muxed_id(),
  type: type()
}

Specs

type() :: :ed25519_public_key | :ed25519_muxed_account

Specs

validation() :: {:ok, any()} | error()

Link to this section Functions

Link to this function

create_muxed(account_id, muxed_id)

View Source

Specs

create_muxed(account_id :: account_id(), muxed_id :: muxed_id()) :: t()