Expand description
§The Store Library
This Library contains the ChainStore
traits
which provides chain data store interface
Modules§
- TODO(doc): @quake
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§
- Live cell entry.
- Undoes the effects of this block on the live cell set.