Expand description
Runtime state representation for the VM
Structs§
- Breakpoint
- Breakpoint description that binds a tuple
(contract, $pc)
to a debugger implementation. - Debugger
- Debugger implementation for the VM.
- State
Transition - Representation of the result of a transaction execution.
- State
Transition Ref - Zero-copy Representation of the result of a transaction execution bound to the lifetime of the VM.
Enums§
- Debug
Eval - State evaluation of the interpreter that will describe if a program should break or continue.
- Execute
State - Resulting state of an instruction set execution.
- Program
State - Resulting state of a transaction/program execution.