referrerpolicy=no-referrer-when-downgrade

MigrateToV2

Type Alias MigrateToV2 

Source
pub type MigrateToV2<T> = VersionedMigration<1, 2, VersionUncheckedMigrateToV2<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

Migrate shared module storage from v1 to v2.

Aliased Type§

pub struct MigrateToV2<T> { /* private fields */ }