Type Alias alloy_eips::eip1898::BlockNumHash
source · pub type BlockNumHash = NumHash;Expand description
A block number and a hash
Aliased Type§
struct BlockNumHash {
pub number: u64,
pub hash: FixedBytes<32>,
}Fields§
§number: u64The number
hash: FixedBytes<32>The hash.