revm_spec_by_timestamp_after_bedrock

Function revm_spec_by_timestamp_after_bedrock 

pub fn revm_spec_by_timestamp_after_bedrock(
    chain_spec: impl OpHardforks,
    timestamp: u64,
) -> OpSpecId
Available on crate features node-api and node only.
Expand description

Returns the revm OpSpecId at the given timestamp.

ยงNote

This is only intended to be used after the Bedrock, when hardforks are activated by timestamp.