Function pallet_staking::dispatchables::bond_extra
source · pub fn bond_extra<T: Config>(max_additional: BalanceOf<T>)
Expand description
Add some extra amount that have appeared in the stash free_balance
into the balance up
for staking.
The dispatch origin for this call must be Signed by the stash, not the controller.
Use this if there are additional funds in your stash account that you wish to bond.
Unlike bond
or unbond
this function does not impose
any limitation on the amount that can be added.
Emits Bonded
.
§Complexity
- Independent of the arguments. Insignificant complexity.
- O(1).
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::bond_extra
.