All chains
    Preparing search index...

    Type Alias IdentityOf

    IdentityOf: StorageDescriptor<
        [Key: SS58String],
        {
            deposit: bigint;
            info: {
                discord: IdentityData;
                display: IdentityData;
                email: IdentityData;
                github: IdentityData;
                image: IdentityData;
                legal: IdentityData;
                matrix: IdentityData;
                pgp_fingerprint?: FixedSizeBinary<20>;
                twitter: IdentityData;
                web: IdentityData;
            };
            judgements: [number, IdentityJudgement][];
        },
        true,
        never,
    >

    Information that is pertinent to identify the entity behind an account. First item is the registration, second is the account's primary username.

    TWOX-NOTE: OK ― AccountId is a secure hash.