revm_interpreter::table

Type Alias DynInstruction

Source
pub type DynInstruction<W, H> = dyn Fn(&mut Interpreter<W>, &mut H);
Expand description

EVM dynamic opcode function signature.