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
Link to this section Functions
Specs
create_muxed(account_id :: account_id(), muxed_id :: muxed_id()) :: t()