Expand description
API clients for the Aptos blockchain.
This module provides clients for interacting with the Aptos network:
FullnodeClient- REST API client for fullnode operationsFaucetClient- Client for funding accounts on testnets (feature-gated)IndexerClient- GraphQL client for indexed data (feature-gated)
Re-exports§
pub use fullnode::FullnodeClient;pub use response::AptosResponse;pub use response::GasEstimation;pub use response::LedgerInfo;pub use response::PendingTransaction;
Modules§
Structs§
- Coin
Activity indexer - Coin activity from the indexer.
- Coin
Balance indexer - Coin balance from the indexer (legacy coin module).
- Collection
indexer - Collection data from the indexer.
- Collection
Data indexer - Collection data from the indexer.
- Event
indexer - Event from the indexer.
- Faucet
Client faucet - Client for the Aptos faucet service.
- Fungible
Asset Balance indexer - Fungible asset balance from the indexer.
- Fungible
Asset Metadata indexer - Fungible asset metadata from the indexer.
- Indexer
Client indexer - Client for the Aptos indexer GraphQL API.
- Page
indexer - A paginated response.
- Pagination
Params indexer - Pagination parameters for indexer queries.
- Processor
Status indexer - Processor status from the indexer.
- Token
Balance indexer - Token (NFT) balance from the indexer.
- Token
Data indexer - Token data from the indexer.
- Transaction
indexer - Transaction from the indexer.