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