All chains
    Preparing search index...

    Type Alias set_identity

    set_identity: TxDescriptor<
        {
            info: {
                additional: FixedSizeArray<2, IdentityData>[];
                display: IdentityData;
                email: IdentityData;
                image: IdentityData;
                legal: IdentityData;
                pgp_fingerprint?: FixedSizeBinary<20>;
                riot: IdentityData;
                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.