Expand description
Type aliases for constraining revm context.
Functions§
- forbidden
- An
Instruction
that sets aContextError
in theCtx
whenever it is executed.
Type Aliases§
- Ctx
revm::Context
with default env types and adjustable DB- Evm
- EVM with default env types and adjustable DB.
- Instruction
- The handler type for an EVM opcode.
- Instructions
- Handler table for EVM opcodes.