pub type PrecompileFn = fn(&[u8], u64) -> PrecompileResult;
Expand description
Precompile function type. Takes input, gas limit, and crypto implementation and returns precompile result.
pub type PrecompileFn = fn(&[u8], u64) -> PrecompileResult;
Precompile function type. Takes input, gas limit, and crypto implementation and returns precompile result.