pub fn candidate_stake_more<T: Config>(
    more: <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance
)
Expand description

Stake more funds for a collator candidate.

If not in the set of candidates, staking enough funds allows the account to be added to it. The larger amount of funds, the higher chances to be selected as the author of the next block.

This operation affects the pallet’s total stake amount.

The resulting total amount of funds staked must be within the allowed range as set in the pallet’s configuration.

Emits CollatorStakedMore.

Warning: Doc-Only

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