Skip to main content

run_inspected_frame

Function run_inspected_frame 

Source
pub(crate) fn run_inspected_frame<H>(
    evm: &mut H::Evm,
    handler: H,
    frame_input: FrameInput,
) -> Result<FrameResult, H::Error>
where H: InspectorHandler<IT = EthInterpreter>, H::Evm: InspectorEvmTr,
Expand description

Runs a nested frame with inspection and settles its gas into the parent frame.