Module storage

Source
Expand description

A set of storage helpers for offchain workers.

Structs§

StorageValueRef
An abstraction over local storage value.

Enums§

MutateStorageError
Possible errors when mutating a storage value.
StorageRetrievalError
Reason for not being able to provide the stored value

Type Aliases§

StorageValue
A storage value with a static key.