Account
Account API namespace. This class provides functionality to reading and writing account related information.
Functions
Queries the account's APT amount
Queries the account's coin amount by the coin type
Queries the account's coin amount directly from smart contracts (view function), matching the TS SDK behavior.
Queries the current count of an account's coins aggregated
Queries an account's fungible asset (coin) data from the indexer.
Queries for all collections that an account currently has tokens for.
Retrieves the Aptos blockchain for an account's on-chain state.
Retrieves a specific Move module from an account by its name.
Retrieves all Move modules deployed to a specific Aptos account.
Queries for objects owned by a specific account.
Queries for all tokens an account owns within a specific collection.
Retrieves all Move resources for a specific account.
Queries the total count of tokens owned by a specific account.
Queries for transactions submitted by a specific account.
Queries the current count of transactions submitted by an account
Retrieves the original account address for a given authentication key.