Crate essential_storage
source ·Expand description
§Storage
Trait for the storage layer of the Essential platform.
Modules§
- Module for failed solution struct.
Structs§
- Data to commit after a block has been built. This data should all be committed atomically.
Traits§
- Storage trait for reading state.
- Storage trait just for state reads and writes.
- Storage trait for the Essential platform. All inserts and updates are idempotent.
Functions§
- Get a range of words from the state.
- Calculate the next key.