//! 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.
// num_cpus is used in proc_macro
pub use ChainServicesBuilder;
pub use ;
pub use Shared;
pub use ;
pub use HeaderMap;
pub use ;