Module state

Source
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.
StateTransition
Representation of the result of a transaction execution.
StateTransitionRef
Zero-copy Representation of the result of a transaction execution bound to the lifetime of the VM.

Enums§

DebugEval
State evaluation of the interpreter that will describe if a program should break or continue.
ExecuteState
Resulting state of an instruction set execution.
ProgramState
Resulting state of a transaction/program execution.