Skip to main content

Module frame

Module frame 

Source
Expand description

Custom frame implementation for MyEvm. This module contains MyFrame, which wraps the standard EthFrame with custom frame handling. Custom frame that wraps EthFrame.

Useful when a custom EVM variant needs to carry additional per-call-frame state or intercept frame creation, execution, or return.

Structsยง

MyFrame
A custom frame that wraps EthFrame and delegates execution to it.