Type Alias reth_node_core::primitives::BlockNumHash

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: u64

The number

§hash: FixedBytes<32>

The hash.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 40 bytes