Type Alias pallet_inflation::migration::versioned_migrations::V1ToV2
source · 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 */ }