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