bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class ProfileDoc<T>

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _docId: string

    A unique stringified document ID

    _id?: string

    A unique document ID (Mongo DB ObjectID)

    affiliateCode?: string

    Affiliate code

    bannerImage?: string

    The banner image URL of the account

    bluesky?: string

    The Bluesky username of the account

    createdAt?: T

    The timestamp of when this account was created (milliseconds since epoch)

    customLinks?: iCustomLink[]

    The custom links of the account

    discord?: string

    The Discord username of the account

    fetchedProfile?: "full" | "partial"

    Whether we have already fetched the profile or not

    github?: string

    The GitHub username of the account

    hiddenTokens?: BatchTokenDetailsArray<T>

    The hidden badges of the account

    latestSignedInChain?: SupportedChain

    The latest chain the user signed in with

    notifications?: NotificationPreferences<T>

    The notifications of the account

    profilePicUrl?: string

    The profile picture URL of the account

    publicSocialConnections?: SocialConnections<T>

    Public social connections stored for the account

    readme?: string

    The readme of the account

    seenActivity?: T

    The timestamp of the last activity seen for this account (milliseconds since epoch)

    socialConnections?: SocialConnections<T>

    Social connections stored for the account

    solAddress?: string

    The Solana address of the profile, if applicable (bc we need it to convert)

    telegram?: string

    The Telegram username of the account

    twitter?: string

    The Twitter username of the account

    username?: string

    The username of the account

    Methods