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