Function parachain_staking::pallet::dispatchables::join_candidates
source · pub fn join_candidates<T: Config>(
stake: <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance
)
Expand description
Join the set of collator candidates.
In the next blocks, if the collator candidate has enough funds
staked to be included in any of the top MaxSelectedCandidates
positions, it will be included in the set of potential authors that
will be selected by the stake-weighted random selection function.
The staked funds of the new collator candidate are added to the total stake of the system.
The total amount of funds staked must be within the allowed range as set in the pallet’s configuration.
The dispatch origin must not be already part of the collator candidates nor of the delegators set.
Emits JoinedCollatorCandidates
.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::join_candidates
.