set_identity: TxDescriptor<{
    info: {
        discord: IdentityData;
        display: IdentityData;
        email: IdentityData;
        github: IdentityData;
        image: IdentityData;
        legal: IdentityData;
        matrix: IdentityData;
        pgp_fingerprint?: FixedSizeBinary<20>;
        twitter: IdentityData;
        web: IdentityData;
    };
}>

Set an account's identity information and reserve the appropriate deposit.

If the account already has identity information, the deposit is taken as part payment for the new deposit.

The dispatch origin for this call must be Signed.

  • info: The identity information.

Emits IdentitySet if successful.