Function revm_spec_by_timestamp_and_block_number
pub fn revm_spec_by_timestamp_and_block_number<C>(
chain_spec: &C,
timestamp: u64,
block_number: u64,
) -> SpecId
Available on crate feature
evm
only.Expand description
Map the latest active hardfork at the given timestamp or block number to a revm SpecId
.