Type Definition evm::executor::stack::PrecompileFn[][src]

pub type PrecompileFn = fn(_: &[u8], _: Option<u64>, _: &Context, _: bool) -> Result<PrecompileOutput, PrecompileFailure>;
Expand description

Precompiles function signature. Expected input arguments are:

  • Input
  • Gas limit
  • Context
  • Is static