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
- Attempt to remove all values under a storage prefix by the
module
, the map’sitem
name and the keyhash
. - Get a particular value in storage by the
module
, the map’sitem
name and the keyhash
. - Get a particular value in storage by the
module
, the map’sitem
name and the keyhash
. - Move all storages from a pallet prefix to another pallet prefix.
- Move all
(key, value)
after some prefix to the another prefix - Move a storage from a pallet prefix to another pallet prefix.
- Put a particular value into storage by the
module
, the map’sitem
name and the keyhash
. - remove_storage_prefixDeprecatedRemove all items under a storage prefix by the
module
, the map’sitem
name and the keyhash
. - Construct iterator to iterate over map items in
module
for the map calleditem
. - Construct iterator to iterate over map items in
module
for the map calleditem
. - Construct iterator to iterate over map items in
module
for the map calleditem
. - Construct iterator to iterate over map items in
module
for the map calleditem
. - Take a particular item in storage by the
module
, the map’sitem
name and the keyhash
. - Take a particular value in storage by the
module
, the map’sitem
name and the keyhash
.