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§

struct MigrateV1ToV2<T> { /* private fields */ }