Type Alias pallet_dapp_staking::migration::versioned_migrations::V9ToV10
source · pub type V9ToV10<T, MaxPercentages> = VersionedMigration<9, 10, VersionMigrateV9ToV10<T, MaxPercentages>, Pallet<T>, <T as Config>::DbWeight>;
Expand description
Migration V9 to V10 wrapped in a [frame_support::migrations::VersionedMigration
], ensuring
the migration is only performed when on-chain version is 9.
Aliased Type§
struct V9ToV10<T, MaxPercentages> { /* private fields */ }