Function pallet_ocif_staking::pallet::dispatchables::withdraw_unstaked
source · pub fn withdraw_unstaked<T: Config>()
Expand description
Withdraw all funds that have completed the unbonding process.
If there are unbonding chunks which will be fully unbonded in future eras, they will remain and can be withdrawn later.
The dispatch origin for this call must be Signed by the staker’s account.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::withdraw_unstaked
.