pool_needs_delegate_migration: RuntimeDescriptor<[pool_id: number], boolean>

Returns true if the pool with pool_id needs migration.

This can happen when the pallet-nomination-pools has switched to using strategy DelegateStake but the pool still has funds that were staked using the older strategy TransferStake. Use migrate_pool_to_delegate_stake to migrate the pool.