pub fn parse_l1_info_tx_bedrock(
data: &[u8],
) -> Result<L1BlockInfo, OpBlockExecutionError>
Expand description
Parses the calldata of the [L1BlockInfo
] transaction pre-Ecotone hardfork.
pub fn parse_l1_info_tx_bedrock(
data: &[u8],
) -> Result<L1BlockInfo, OpBlockExecutionError>
Parses the calldata of the [L1BlockInfo
] transaction pre-Ecotone hardfork.