Type Alias pallet_nomination_pools::migration::versioned::V6ToV7
source · pub type V6ToV7<T> = VersionedMigration<6, 7, VersionUncheckedMigrateV6ToV7<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description
Migration V6 to V7 wrapped in a [frame_support::migrations::VersionedMigration
], ensuring
the migration is only performed when on-chain version is 6.
Aliased Type§
struct V6ToV7<T> { /* private fields */ }