referrerpolicy=no-referrer-when-downgrade

Module v1

Source
Expand description

§Multi-Block Migrations Module

This module showcases a simple use of the multi-block migrations framework.

§Multi-Block Migration v1

This module showcases a simple migration that iterates over the values in the v0::MyMap storage map, transforms them, and inserts them into the MyMap storage map.

Modules§

v0
Module containing the OLD (v0) storage items.
weights
Autogenerated weights for pallet_example_mbm

Structs§

LazyMigrationV1
Migrates the items of the crate::MyMap map from u32 to u64.