EvidenceJudged: PlainDescriptor<{
    evidence: Binary;
    new_rank?: number;
    old_rank: number;
    who: SS58String;
    wish: Enum<{
        Promotion: undefined;
        Retention: undefined;
    }>;
}>

Some submitted evidence was judged and removed. There may or may not have been a change to the rank, but in any case, last_proof is reset.

Type declaration

  • evidence: Binary

    The evidence of efforts.

  • Optionalnew_rank?: number

    New rank. If None then candidate record was removed entirely.

  • old_rank: number

    The old rank, prior to this change.

  • who: SS58String

    The member/candidate.

  • wish: Enum<{
        Promotion: undefined;
        Retention: undefined;
    }>

    The desired outcome for which the evidence was presented.