Module fuel_vm::interpreter
source · Expand description
Interpreter
implementation
Modules
- VM State Differences
Structs
- The initial balances of the transaction.
- VM interpreter.
- Memory range representation for the VM, checked to be in-bounds on construction.
- Structure to encapsulate asset balances for VM runtime
Traits
- Methods that should be implemented by the checked metadata of supported transactions.
- The definition of the executable transaction supported by the
Interpreter
.