Interface: iProfileDoc<T>
T extends NumberType
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:596
Extends
Extended by
Type Parameters
T
T extends NumberType
Properties
_docId
_docId:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:13
A unique stringified document ID
Inherited from
_id?
optional_id?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:16
A unique document ID (Mongo DB ObjectID)
Inherited from
bannerImage?
optionalbannerImage?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:622
The banner image URL of the account
createdAt?
optionalcreatedAt?:T
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:603
The timestamp of when this account was created (milliseconds since epoch)
discord?
optionaldiscord?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:606
The Discord username of the account
fetchedProfile?
optionalfetchedProfile?:"full"|"partial"
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:598
Whether we have already fetched the profile or not
github?
optionalgithub?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:610
The GitHub username of the account
hiddenTokens?
optionalhiddenTokens?:iBatchTokenDetails<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:617
The hidden tokens of the account
latestSignedInChain?
optionallatestSignedInChain?:SupportedChain
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:628
The latest chain the user signed in with
notifications?
optionalnotifications?:iNotificationPreferences<T>
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:631
The notifications of the account
profilePicUrl?
optionalprofilePicUrl?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:620
The profile picture URL of the account
readme?
optionalreadme?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:614
The readme of the account
seenActivity?
optionalseenActivity?:T
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:601
The timestamp of the last activity seen for this account (milliseconds since epoch)
telegram?
optionaltelegram?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:612
The Telegram username of the account
twitter?
optionaltwitter?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:608
The Twitter username of the account
username?
optionalusername?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:625
The username of the account