ab_contracts_common/
block.rs

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