pub fn rebond<T: Config>(value: BalanceOf<T>)
Expand description

Rebond a portion of the stash scheduled to be unlocked.

The dispatch origin must be signed by the controller.

Complexity

  • Time complexity: O(L), where L is unlocking chunks
  • Bounded by MaxUnlockingChunks.

Warning: Doc-Only

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