Expand description

OpenEthereum database access utilities.

Modules

Database cache manager

Blockchain DB extras.

Structs

Write transaction. Batches a sequence of put/delete operations for efficiency.

Database with enabled statistics

InMemory with disabled statistics

Enums

Modes for updating caches.

Constants

Column for the accounts existence bloom filter.

Column for Block bodies

Column for Extras

Column for Block headers

Column for general information from the local node which can persist.

Column for State

Column for Traces

Number of columns in DB

Traits

A cache for arbitrary key-value pairs.

Should be used to get database key associated with given value.

Ethcore definition of a KeyValueDB with embeeded metrics

Should be used to read values from database.

Should be used to write value into database.

Type Definitions

Database value.