Module execution

Source

Structs§

ExecutionHandler
Handles related to stack frames.

Type Aliases§

ExecuteFrameHandle
Executes a single frame. Errors can be returned in the EVM context.
FrameCallHandle
Handle sub call.
FrameCallReturnHandle
Handle call return
FrameCreateHandle
Handle sub create.
FrameCreateReturnHandle
Handle create return
FrameEOFCreateHandle
Handle EOF sub create.
FrameEOFCreateReturnHandle
Handle EOF create return
InsertCallOutcomeHandle
Insert call outcome to the parent
InsertCreateOutcomeHandle
Insert call outcome to the parent
InsertEOFCreateOutcomeHandle
Insert EOF crate outcome to the parent
LastFrameReturnHandle
Handles first frame return handle.