pub fn bond_extra<T: Config>(extra: BondExtra<BalanceOf<T>>)Expand description
Bond extra more funds from origin into the pool to which they already belong.
Additional funds can come from either the free balance of the account, of from the
accumulated rewards, see BondExtra.
Bonding extra funds implies an automatic payout of all pending rewards as well.
See bond_extra_other to bond pending rewards of other members.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::bond_extra.