Type Alias cleanup_candidacy

cleanup_candidacy: TxDescriptor<{
    candidate: SS58String;
    max: number;
}>

Remove up to max stale votes for the given candidate.

May be called by any Signed origin, but only after the candidate's candidacy is ended.