pub type BlockHashOrNumber = HashOrNumber;Expand description
A block hash or a block number
Aliased Type§
enum BlockHashOrNumber {
Hash(FixedBytes<32>),
Number(u64),
}pub type BlockHashOrNumber = HashOrNumber;A block hash or a block number
enum BlockHashOrNumber {
Hash(FixedBytes<32>),
Number(u64),
}