Modules

Structs

A wrapper of the in-memory state sparse merkle tree and the transaction accumulator that represent a specific state collectively. Usually it is a state after executing a block.

Enums

Network types for storage service

Traits

Trait that is implemented by a DB that supports certain public (to client) read APIs expected of an Aptos DB

Trait that is implemented by a DB that supports certain public (to client) write APIs expected of an Aptos DB. This adds write APIs to DbReader.

Functions