Type Alias pallet_nomination_pools::migration::v4::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.