stratus::eth::storage::permanent

Module rocks

Source
Expand description

RocksDB layers (top-to-bottom): permanent -> state -> rest.

Re-exports§

pub use rocks_state::RocksStorageState;

Modules§

rocks_config
Settings and tweaks for the database and column families.
rocks_db
Functionalities related to the whole database.
rocks_state
State handler for DB and column families.
types
All types to be serialized and desserialized in the db.

Structs§

RocksPermanentStorage