pub type V10ToV11<T, TierParamsConfig, OldErasVoting, OldErasBnE> = VersionedMigration<10, 11, VersionMigrateV10ToV11<T, TierParamsConfig, OldErasVoting, OldErasBnE>, Pallet<T>, <T as Config>::DbWeight>;Expand description
Migration V10 to V11 wrapped in a [frame_support::migrations::VersionedMigration], ensuring
the migration is only performed when on-chain version is 10.
Aliased Typeยง
struct V10ToV11<T, TierParamsConfig, OldErasVoting, OldErasBnE> { /* private fields */ }