1use crate::env::Blake3Hash; 2 3// TODO: New type 4pub type BlockNumber = u64; 5// TODO: New type 6pub type BlockHash = Blake3Hash;