Module revm::handler

source ·

Modules§

Structs§

  • Handles related to stack frames.
  • Handler acts as a proxy and allow to define different behavior for different sections of the code. This allows nice integration of different chains or to disable some mainnet behavior.
  • Handles related to post execution after the stack loop is finished.
  • Handles related to pre execution before the stack loop is started.
  • Handles related to validation.

Type Aliases§