pub type ForkBlock = NumHash;
Available on crate feature
eth
only.Expand description
Block number and hash of the forked block.
Aliased Type§
struct ForkBlock {
pub number: u64,
pub hash: FixedBytes<32>,
}
Fields§
§number: u64
The number
hash: FixedBytes<32>
The hash.