Type alias ProfileOnchainIdentity
ProfileOnchainIdentity: {
__typename: "ProfileOnchainIdentity";
ens: {
name: string | null;
} | null;
proofOfHumanity: boolean;
sybilDotOrg: {
source: {
twitter: {
handle: string | null;
};
} | null;
verified: boolean;
};
worldcoin: {
isHuman: boolean;
};
}
Type declaration
__typename: "ProfileOnchainIdentity"
ens: {
name: string | null;
} | null
proofOfHumanity: boolean
sybilDotOrg: {
source: {
twitter: {
handle: string | null;
};
} | null;
verified: boolean;
}
source: {
twitter: {
handle: string | null;
};
} | null
verified: boolean
worldcoin: {
isHuman: boolean;
}