Crate ckb_db_schema

source ·
Expand description

The schema include constants define the low level database column families.

Constants

CHAIN_SPEC_HASH_KEY tracks the hash of chain spec which created current database
Total column number
Column store block’s body
Column store indicates track block epoch
Column store block extra information
Column store block extension data
Column store filter data for client-side filtering
Column store block’s header
Column store block’s proposal ids
Column store block’s uncle and uncles’ proposal zones
Column store cell
Column store cell data
Column store cell data hash
Column store chain root MMR data
Column store indicates track block epoch
Column store chain index
Column store meta data
Column store block number-hash pair
Column store transaction extra information
Column store main chain consensus include uncles
META_CURRENT_EPOCH_KEY tracks the latest known epoch
META_FILTER_DATA_KEY tracks the latest built filter data block hash
META_TIP_HEADER_KEY tracks the latest known best block header
MIGRATION_VERSION_KEY tracks the current database version.

Type Definitions

Column families alias type