Type Alias revm_primitives::precompile::StandardPrecompileFn

source ยท
pub type StandardPrecompileFn = fn(_: &Bytes, _: u64) -> PrecompileResult;