Stellar.TxBuild.Account (Elixir Stellar SDK v0.2.0) View Source
Account
struct definition.
Link to this section Summary
Link to this section Types
Specs
account_id() :: String.t()
Specs
t() :: %Stellar.TxBuild.Account{account_id: account_id()}
Specs
validation() :: {:ok, account_id()} | {:error, atom()}