Function spec
pub fn spec(chain_spec: impl OpHardforks, header: impl BlockHeader) -> OpSpecId
Available on crate feature
evm
only.Expand description
Map the latest active hardfork at the given header to a revm OpSpecId
.
pub fn spec(chain_spec: impl OpHardforks, header: impl BlockHeader) -> OpSpecId
evm
only.Map the latest active hardfork at the given header to a revm OpSpecId
.