pub type MigrationToV3<T> = VersionedMigration<2, 3, UncheckedMigrationToV3<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

UncheckedMigrationToV3 wrapped in a VersionedMigration, ensuring the migration is only performed when on-chain version is 2.

Aliased Type§

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