fuel_vm

Module state

source
Expand description

Runtime state representation for the VM

Structs§

  • Breakpoint description that binds a tuple (contract, $pc) to a debugger implementation.
  • Debugger implementation for the VM.
  • Representation of the result of a transaction execution.
  • Zero-copy Representation of the result of a transaction execution bound to the lifetime of the VM.

Enums§

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