pub type V11ToV12<T> = VersionedMigration<11, 12, VersionMigrateV11ToV12<T>, Pallet<T>, <T as Config>::DbWeight>;Expand description
Migration V11 to V12:
- Migrate
StaticTierParamsto removeslot_number_argsandDynamicPercentage
Aliased Typeยง
struct V11ToV12<T> { /* private fields */ }