zebra_state::service::finalized_state::disk_db

Type Alias DB

source
pub type DB = DBWithThreadMode<SingleThreaded>;
Expand description

The [rocksdb] database type, including thread mode.

Also the [rocksdb::DBAccess] used by database iterators.

Aliased Typeยง

struct DB { /* private fields */ }