Crate essential_storage

Source
Expand description

§Storage

Trait for the storage layer of the Essential platform.

Modules§

failed_solution
Module for failed solution struct.
streams
Module for streams.

Structs§

CommitData
Data to commit after a block has been built. This data should all be committed atomically.

Traits§

QueryState
Storage trait for reading state.
StateStorage
Storage trait just for state reads and writes.
Storage
Storage trait for the Essential platform. All inserts and updates are idempotent.

Functions§

key_range
Get a range of words from the state.
next_key
Calculate the next key.