Type Definition polkadot_node_subsystem_types::BlockNumber [−][src]
pub type BlockNumber = u32;Expand description
The block number type used by Polkadot. 32-bits will allow for 136 years of blocks assuming 1 block per second.
pub type BlockNumber = u32;The block number type used by Polkadot. 32-bits will allow for 136 years of blocks assuming 1 block per second.