Type Alias entropy_shared::types::BlockNumber

source ·
pub type BlockNumber = u32;
Expand description

This should match the type found in entropy-runtime. We define it ourselves manually here since we don’t want to pull that whole crate it just for a u32.