1
2
3
4
5
6
7
8
9
10
//! Collect constants used across ckb components.

/// consensus constant
pub mod consensus;
/// hardfork constant
pub mod hardfork;
/// store constant
pub mod store;
/// sync constant
pub mod sync;