pub fn revm_spec_by_timestamp_and_block_number<C>(
chain_spec: &C,
timestamp: u64,
block_number: u64,
) -> SpecIdwhere
C: EthereumHardforks + EthChainSpec + Hardforks,
Expand description
Map the latest active hardfork at the given timestamp or block number to a revm [SpecId
].