pub type BlockMerkleMountainRange = MerkleMountainRange<4294967295>;Expand description
Type alias for Merkle Mountain Range with block roots.
NOTE: u32 is smaller than BlockNumber’s internal u64 but will be sufficient for a long
time and substantially decrease the size of the data structure.
Aliased Type§
pub struct BlockMerkleMountainRange { /* private fields */ }