pub type MigrationToV4<T> = VersionedMigration<3, 4, UncheckedMigrationToV4<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

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

Aliased Type§

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