pub type MigrateV1ToV2<T> = VersionedMigration<1, 2, UncheckedMigrateToV2<T>, Pallet<T>, <T as Config>::DbWeight>;Expand description
Migrate V1 to V2 of the storage format.
Aliased Type§
pub struct MigrateV1ToV2<T> { /* private fields */ }pub type MigrateV1ToV2<T> = VersionedMigration<1, 2, UncheckedMigrateToV2<T>, Pallet<T>, <T as Config>::DbWeight>;Migrate V1 to V2 of the storage format.
pub struct MigrateV1ToV2<T> { /* private fields */ }