pub fn drop_candidate<T: Config<I>, I: 'static>(candidate: T::AccountId)
Expand description

Remove a candidate’s failed application from the society. Callable by any signed origin but only at the end of the subsequent round and only for a candidate with more rejections than approvals.

The bid deposit is lost and the voucher is banned.

§Warning: Doc-Only

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