Crate ckb_store

source ·
Expand description

§The Store Library

This Library contains the ChainStore traits which provides chain data store interface

Modules§

Structs§

  • A database of the chain store based on the RocksDB wrapper RocksDB
  • Freezer is an memory mapped append-only database to store immutable chain data into flat files
  • The cache of chain store.
  • A snapshot of the chain store.
  • A Transaction DB
  • Wrapper of RocksDBWriteBatch, provides atomic batch of write operations.

Traits§

  • The ChainStore trait provides chain data store interface

Functions§