pub fn approve_application<T: Config>(who: T::AccountId)
Expand description
Approve a pending candidacy application.
This will remove the application from pending status and immediately add the account to the candidates list, making them eligible for collator selection.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::approve_application
.