Expand description
Shared blockchain data and services.
This crate provides shared access to blockchain data and consensus components across different parts of the CKB node, including chain state, consensus, and transaction pool integration.
Re-exports§
pub use chain_services_builder::ChainServicesBuilder;pub use types::header_map::HeaderMap;pub use types::HeaderIndex;pub use types::HeaderIndexView;
Modules§
- block_
status - Provide BlockStatus
- chain_
services_ builder - chain_services_builder provide ChainServicesBuilder to build Chain Services
- shared
- Provide Shared
- shared_
builder - shared_builder provide SharedBuilder and SharedPacakge
- types
Structs§
- Snapshot
- A snapshot captures a point-in-time view of the DB at the time it’s created
- Snapshot
Mgr - An Atomic wrapper for Snapshot