Function parachain_staking::pallet::dispatchables::delegator_stake_more
source · pub fn delegator_stake_more<T: Config>(
more: <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance
)
Expand description
Increase the stake for delegating a collator candidate.
If not in the set of candidates, staking enough funds allows the collator candidate to be added to it.
Emits DelegatorStakedMore
.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::delegator_stake_more
.