Structs

A struct representing a contiguous, non-empty data range (lowest to highest, inclusive) where data is complete (i.e. there are no missing pieces of data).

A summary of the data actually held by the storage service instance.

A storage service request for fetching a list of epoch ending ledger infos.

A storage service request for fetching a new transaction output list beyond the already known version and epoch.

A storage service request for fetching a new transaction list beyond the already known version and epoch.

A summary of the protocol metadata for the storage service instance, such as the maximum chunk sizes supported for different requests.

The protocol version run by this server. Clients request this first to identify what API calls and data requests the server supports.

A storage service request for fetching a list of state values at a specified version.

A storage server summary, containing a summary of the information held by the corresponding server instance. This is useful for identifying the data that a server instance can provide, as well as relevant metadata.

A storage service request for fetching a transaction output list with a corresponding proof.

A storage service request for fetching a transaction list with a corresponding proof.

Enums

A storage service error that can be returned to the client on a failure to process a service request.

A single storage service message sent or received over AptosNet.

A storage service request.

A storage service response.

Type Definitions

A type alias for different epochs.