Modules

Structs

A subscription for data received by a client

The Handler is the “pure” inbound request handler. It contains all the necessary context and state needed to construct a response to an inbound request. We usually clone/create a new handler for every request.

The underlying implementation of the StorageReaderInterface, used by the storage server.

The server-side actor for the storage service. Handles inbound storage service requests from clients.

Enums

Traits

The interface into local storage (e.g., the Aptos DB) used by the storage server to handle client requests.