pub fn schedule_delegator_bond_less<T: Config>(
candidate: T::AccountId,
less: BalanceOf<T>
)
Expand description
Request bond less for delegators wrt a specific collator candidate. The delegation’s rewards for rounds while the request is pending use the reduced bonded amount. A bond less may not be performed if any other scheduled request is pending.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::schedule_delegator_bond_less
.