Type Alias V11ToV12

Source
pub type V11ToV12<T> = VersionedMigration<11, 12, VersionMigrateV11ToV12<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

Migration V11 to V12:

  • Migrate StaticTierParams to remove slot_number_args and DynamicPercentage

Aliased Typeยง

struct V11ToV12<T> { /* private fields */ }