Crate aptos_data_client
source · [−]Modules
Structs
A summary of all data that is currently advertised in the network.
A snapshot of the global state of data available in the Aptos network.
Holds the optimal chunk sizes that clients should use when requesting data. This makes the request more likely to succeed.
A response from the Data Client for a single API call.
Enums
An error returned by the Aptos Data Client for failed API calls.
A response error that users of the Aptos Data Client can use to notify the Data Client about invalid or malformed responses.
The different data client response payloads as an enum.
Traits
The API offered by the Aptos Data Client.
A callback that lets the consumer provide error feedback about a response. Typically, this will contain a reference to the underlying data client and any additional request context needed to update internal scoring.