ProfileMetadata: {
    __typename: "ProfileMetadata";
    appId: AppId | null;
    attributes: {
        key: string;
        type: MetadataAttributeType;
        value: string;
    }[] | null;
    bio: string | null;
    coverPicture: ProfileCoverSet | null;
    displayName: string | null;
    picture: ProfilePicture_ImageSet_ | ProfilePicture_NftImage_ | null;
    rawURI: URI;
}

Type declaration

  • __typename: "ProfileMetadata"
  • appId: AppId | null
  • attributes: {
        key: string;
        type: MetadataAttributeType;
        value: string;
    }[] | null
  • bio: string | null
  • coverPicture: ProfileCoverSet | null
  • displayName: string | null
  • picture: ProfilePicture_ImageSet_ | ProfilePicture_NftImage_ | null
  • rawURI: URI