revm_interpreter::opcode

Type Alias InstructionTable

Source
pub type InstructionTable<H> = [Instruction<H>; 256];
Expand description

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