pub fn force_join_candidates<T: Config>(
    account: T::AccountId,
    bond: BalanceOf<T>,
    candidate_count: u32
)
Expand description

Force join the set of collator candidates. It will skip the minimum required bond check.

§Warning: Doc-Only

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