Type Alias revm::interpreter::primitives::precompile::StandardPrecompileFn

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