View Source Stellar.Horizon.Account (Elixir Stellar SDK v0.22.0)
Represents an Account
resource from Horizon API.
Summary
Types
@type t() :: %Stellar.Horizon.Account{ account_id: String.t(), balances: [Stellar.Horizon.Account.Balance.t()], data: map(), flags: Stellar.Horizon.Account.Flags.t(), home_domain: String.t() | nil, id: String.t(), inflation_destination: String.t() | nil, last_modified_ledger: non_neg_integer(), last_modified_time: DateTime.t(), num_sponsored: non_neg_integer(), num_sponsoring: non_neg_integer(), paging_token: String.t(), sequence: non_neg_integer(), sequence_ledger: non_neg_integer(), sequence_time: non_neg_integer(), signers: [Stellar.Horizon.Account.Signer.t()], subentry_count: non_neg_integer(), thresholds: Stellar.Horizon.Account.Thresholds.t() }