Type Alias Instruction

Source
pub type Instruction<H> = fn(&mut Interpreter, &mut H);
Expand description

EVM opcode function signature.