Skip to main content

Module handler

Module handler 

Available on crate feature evm only.
Expand description

Handler implementations for inspector integration.

Traits§

InspectorHandler
Trait that extends Handler with inspection functionality.

Functions§

frame_end
Handles the end of a frame by calling the appropriate inspector method.
frame_start
Handles the start of a frame by calling the appropriate inspector method.
inspect_instructions
Run Interpreter loop with inspection support.