Expand description
Types for interpreter actions like calls and contract creation.
Structs§
- Call
Inputs - Inputs for a call.
- Call
Outcome - Represents the outcome of a call operation in a virtual machine.
- Create
Inputs - Inputs for a create call
- Create
Outcome - Represents the outcome of a create operation in an interpreter.
- Frame
Init - Initialization data for creating a new execution frame.
Enums§
- Call
Input - Input enum for a call.
- Call
Scheme - Call scheme.
- Call
Value - Call value.
- Frame
Input - Input data for creating a new execution frame.
- Interpreter
Action - Actions that the interpreter can request from the host environment.