referrerpolicy=no-referrer-when-downgrade
pallet_nomination_pools::migration::v4

Type Alias MigrateV3ToV5

Source
pub type MigrateV3ToV5<T, U> = (MigrateToV4<T, U>, MigrateToV5<T>);
Expand description

Migrates from v3 directly to v5 to avoid the broken v4 migration.