Module frame_support::storage::migration
source · [−]Expand description
Some utilities for helping access storage with arbitrary key types.
Structs
Utility to iterate through raw items in storage.
Utility to iterate through raw items in storage.
Functions
Get a particular value in storage by the module
, the map’s item
name and the key hash
.
Get a particular value in storage by the module
, the map’s item
name and the key hash
.
Put a particular value into storage by the module
, the map’s item
name and the key hash
.
Get a particular value in storage by the module
, the map’s item
name and the key hash
.
Get a particular value in storage by the module
, the map’s item
name and the key hash
.
Take a particular value in storage by the module
, the map’s item
name and the key hash
.