pub fn revm_spec<C, H>(chain_spec: &C, header: &H) -> SpecIdwhere C: EthereumHardforks + EthChainSpec + Hardforks, H: BlockHeader,
evm
Map the latest active hardfork at the given header to a revm SpecId.
SpecId