Module fuel_vm::interpreter
source · Expand description
Interpreter
implementation
Modules§
- This module contains logic on contract management.
- VM State Differences
Structs§
- The initial balances of the transaction.
- VM interpreter.
- Interpreter parameters
- Memory range representation for the VM, checked to be in-bounds on construction.
- ECAL opcode is not supported and return an error if you try to call.
- ECAL is not allowed in predicates
- Structure to encapsulate asset balances for VM runtime
Traits§
- Methods that should be implemented by the checked metadata of supported transactions.
- ECAL opcode handler
- The definition of the executable transaction supported by the
Interpreter
.