1 2 3 4 5 6
//! All Constants. use crate::core::Version; pub const TX_VERSION: Version = 0; pub const BLOCK_VERSION: Version = 0;