Zebra/zebra-chain/src/types.rs

5 lines
152 B
Rust

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