alloy_rpc_types

Type Alias BlockNumHash

Source
pub type BlockNumHash = NumHash;
Available on crate feature eth only.
Expand description

A block number and a hash

Aliased Type§

struct BlockNumHash {
    pub number: u64,
    pub hash: FixedBytes<32>,
}

Fields§

§number: u64

The number

§hash: FixedBytes<32>

The hash.