Function run_pair
pub fn run_pair(
input: &[u8],
gas_limit: u64,
) -> Result<PrecompileOutput, PrecompileError>
Available on crate feature
evm
only.Expand description
Run the pairing precompile with Optimism input limit.