Expand description
State machine backends. These manage the code and storage of contracts.
Structs§
- Backend
Runtime Code - Wrapper to create a
RuntimeCode
from a type that implementsBackend
. - Iter
Args - A struct containing arguments for iterating over the storage.
- Keys
Iter - An iterator over storage keys.
- Pairs
Iter - An iterator over storage keys and values.
Traits§
- AsTrie
Backend - Something that can be converted into a
TrieBackend
. - Backend
- A state backend is used to read state data and can have changes committed to it.
- Storage
Iterator - A trait for a raw storage iterator.
Type Aliases§
- Backend
Transaction - The transaction type used by
Backend
.