Skip to main content

Module api

Module api 

Source
Expand description

API clients for the Aptos blockchain.

This module provides clients for interacting with the Aptos network:

Re-exports§

pub use fullnode::FullnodeClient;
pub use response::AptosResponse;
pub use response::GasEstimation;
pub use response::LedgerInfo;
pub use response::PendingTransaction;

Modules§

fullnode
Fullnode REST API client.
response
API response types.

Structs§

CoinActivityindexer
Coin activity from the indexer.
CoinBalanceindexer
Coin balance from the indexer (legacy coin module).
Collectionindexer
Collection data from the indexer.
CollectionDataindexer
Collection data from the indexer.
Eventindexer
Event from the indexer.
FaucetClientfaucet
Client for the Aptos faucet service.
FungibleAssetBalanceindexer
Fungible asset balance from the indexer.
FungibleAssetMetadataindexer
Fungible asset metadata from the indexer.
IndexerClientindexer
Client for the Aptos indexer GraphQL API.
Pageindexer
A paginated response.
PaginationParamsindexer
Pagination parameters for indexer queries.
ProcessorStatusindexer
Processor status from the indexer.
TokenBalanceindexer
Token (NFT) balance from the indexer.
TokenDataindexer
Token data from the indexer.
Transactionindexer
Transaction from the indexer.