pub fn register_as_candidate<T: Config>()
Expand description

Register this account as a collator candidate. The account must (a) already have registered session keys and (b) be able to reserve the CandidacyBond.

DEPRECATED: This extrinsic is deprecated and will be removed in a future version. Applications are now automatically processed when approved via accept_application. This function now always fails to enforce the new permissioned workflow.

This call is not available to Invulnerable collators.

§Warning: Doc-Only

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