revm_interpreter::instructions

Function instruction

Source
pub const fn instruction<H: Host + ?Sized, SPEC: Spec>(
    opcode: u8,
) -> Instruction<H>
Expand description

Returns the instruction function for the given opcode and spec.