Get the data of the account.
Get the effects of the account.
Get the offers of the account.
Get the operations of the account.
Get the payment operations of the account.
Get the trades of the account.
The account’s public key encoded in a base32 string representation.
The assets held by the account.
The account data.
Denote the enabling/disabling of certain asset issuer privileges.
The domain that hosts the account’s stellar.toml
file.
The id of the account.
The id of the last ledger that included changes to the account.
The number of reserves sponsored for the account.
The number of reserves sponsored by the account.
A cursor value for use in pagination.
The account’s current sequence number. For use when submitting this account’s next transaction.
The public keys and associated weights that can be used to authorize transactions for this account. Used for multi-sig.
The account id of the sponsor who is paying the reserves for the account.
The number of subentries on the account.
The thresholds for different access levels, as well as the weight of the master key.
Get the non-native assets of the account balance.
If set to true
, it will not check in the cache and directly make a request to retrieve the balance assets instead.
A manager for the account balance assets.
Get the data entry of the account for the given key.
The key of the data to retreive.
If set to true
, it will not check in the cache and directly make a request to retrieve the data entry instead.
The data entry.
Get the effects of the account.
A manager for the account effects.
Get the last ledger that included changes to the account.
If set to true
, it will not check in the cache and directly make a request to retrieve the ledger instead.
The last ledger that included changes to the account.
Get the offers of the account.
A manager for the account offers.
Get the operations of the account.
A manager for the account operations.
Get the payment operations of the account.
A manager for the account payment operations.
Get the signers of the account.
If set to true
, it will not check in the cache and directly make a request to retrieve the signer accounts instead.
A manager for the account signers.
Get the sponsor of the account if there is one.
If set to true
, it will not check in the cache and directly make a request to retrieve the sponsor account instead.
The account of the sponsor if there is one.
Get the trades of the account.
A manager for the account trades.
Get the trasactions of the account.
A manager for the account transactions.
Generated using TypeDoc
Structure representing a Stellar Account.