Type Alias cleanup_challenge

cleanup_challenge: TxDescriptor<{
    challenge_round: number;
    max: number;
}>

Remove up to max stale votes for the defender in the given challenge_round.

May be called by any Signed origin, but only after the challenge round is ended.