Module helpers

Module helpers 

Source
Expand description

Type aliases for constraining revm context.

Functions§

forbidden
An Instruction that sets a ContextError in the Ctx 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.