Function parachain_staking::pallet::dispatchables::set_max_candidate_stake
source · pub fn set_max_candidate_stake<T: Config>(
new: <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance
)
Expand description
Set the maximal amount a collator can stake. Existing stakes are not changed.
The dispatch origin must be Root.
Emits MaxCandidateStakeChanged
.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_max_candidate_stake
.