Expand description
Database utilities and definitions.
Enums§
- Modes for updating caches.
Constants§
- Column for verified roots of blamed headers on light nodes
- Column for Blocks.
- Column for block traces
- Column for Epoch Sets
- Column for block number index
- Column for miscellaneous items
- Column for PoS interest reward info.
- Column for Transaction Index
- Number of columns in DB
Traits§
- A cache for arbitrary key-value pairs.
- Should be used to get database key associated with given value.
- Should be used to read values from database.
- Should be used to write value into database.