//! Newtype wrappers for primitive data types with semantic meaning. /// A u32 which represents a block height value. pub struct BlockHeight(pub u32);