Type Alias pallet_dapp_staking::migration::versioned_migrations::V7ToV8
source · pub type V7ToV8<T, TierThresholds, ThresholdVariationPercentage> = VersionedMigration<7, 8, VersionMigrateV7ToV8<T, TierThresholds, ThresholdVariationPercentage>, Pallet<T>, <T as Config>::DbWeight>;
Expand description
Migration V7 to V8 wrapped in a [frame_support::migrations::VersionedMigration
], ensuring
the migration is only performed when on-chain version is 7.
Aliased Type§
struct V7ToV8<T, TierThresholds, ThresholdVariationPercentage> { /* private fields */ }