Expand description
Storage backend implementations.
Modules§
- The module contains storage requirements for the predicate execution.
Structs§
- Storage type for blob bytes
- The storage table for blob data bytes.
- The FuelVM storage double key.
- The storage table for contract’s assets balances.
- The storage table for contract’s raw byte code.
- The storage table for contract’s hashed key-value state.
- Storage type for contract state
- The FuelVM storage double key.
- The storage table for uploaded bytecode.
Enums§
- The uploaded bytecode can be in two states: fully uploaded or partially uploaded.
Traits§
- Storage operations for contract assets.
- When this trait is implemented, the underlying interpreter is guaranteed to have full functionality