Expand description
Storage backend implementations.
Structs
- The FuelVM storage double key.
- The storage table for contract’s assets balances.
- The storage table for contract’s additional information as salt, root hash, etc.
- The storage table for contract’s raw byte code.
- The storage table for contract’s hashed key-value state.
- The FuelVM storage double key.
- In-memory storage implementation for the interpreter.
- No-op storage used for predicate operations.
Traits
- When this trait is implemented, the underlying interpreter is guaranteed to have full functionality