pub type V1ToV2<T, DecayRate, DecayFactor> = VersionedMigration<1, 2, VersionMigrateV1ToV2<T, DecayRate, DecayFactor>, Pallet<T>, <T as Config>::DbWeight>;Expand description
Migration V1 to V2 wrapped in a [frame_support::migrations::VersionedMigration], ensuring
the migration is only performed when on-chain version is 1.
Aliased Typeยง
struct V1ToV2<T, DecayRate, DecayFactor> { /* private fields */ }