Stellar.Horizon.Account (Elixir Stellar SDK v0.2.0) View Source
Represents an Account resource from Horizon API.
Link to this section Summary
Link to this section Types
Specs
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(),
signers: [Stellar.Horizon.Account.Signer.t()],
subentry_count: non_neg_integer(),
thresholds: Stellar.Horizon.Account.Thresholds.t()
}