provide_judgement: TxDescriptor<
    {
        identity: FixedSizeBinary<32>;
        judgement: IdentityJudgement;
        reg_index: number;
        target: MultiAddress;
    },
>

Provide a judgement for an account's identity.

The dispatch origin for this call must be Signed and the sender must be the account of the registrar whose index is reg_index.

  • reg_index: the index of the registrar whose judgement is being made.
  • target: the account whose identity the judgement is upon. This must be an account with a registered identity.
  • judgement: the judgement of the registrar of index reg_index about target.
  • identity: The hash of the [IdentityInformationProvider] for that the judgement is provided.

Note: Judgements do not apply to a username.

Emits JudgementGiven if successful.