Expand description
Storage backend implementations.
Structs
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.
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