pub fn pool_withdraw_unbonded<T: Config>(
    pool_id: PoolId,
    num_slashing_spans: u32
)
Expand description

Call withdraw_unbonded for the pools account. This call can be made by any account.

This is useful if their are too many unlocking chunks to call unbond, and some can be cleared by withdrawing. In the case there are too many unlocking chunks, the user would probably see an error like NoMoreChunks emitted from the staking system when they attempt to unbond.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::pool_withdraw_unbonded.