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