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 */ }