Type Alias revm::interpreter::opcode::InstructionTable

source ยท
pub type InstructionTable<H> = [fn(_: &mut Interpreter, _: &mut H); 256];
Expand description

Instruction table is list of instruction function pointers mapped to 256 EVM opcodes.