Module sp_core::offchain::storage [−][src]
In-memory implementation of offchain workers database.
Structs
InMemOffchainStorage | In-memory storage for offchain workers. |
OffchainOverlayedChangesDrain | Iterate over all items while draining them from the collection. |
OffchainOverlayedChangesIntoIter | Iterate by value over the prepared offchain worker storage changes. |
OffchainOverlayedChangesIter | Iterate by reference over the prepared offchain worker storage changes. |
Enums
OffchainOverlayedChange | Change to be applied to the offchain worker db in regards to a key. |
OffchainOverlayedChanges | In-memory storage for offchain workers recoding changes for the actual offchain storage implementation. |