Skip to content

T extends NumberType

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:142

Extends

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

iActivityDoc._docId


_id?

optional _id?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:16

A unique document ID (Mongo DB ObjectID)

Inherited from

iActivityDoc._id


_notificationsHandled?

optional _notificationsHandled?: boolean

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:134

Whether or not the notifications have been handled by the indexer or not.

Inherited from

iActivityDoc._notificationsHandled


block

block: T

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:132

The block number of the activity.

Inherited from

iActivityDoc.block


collectionId?

optional collectionId?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:150

The collection ID of the collection that was reviewed. Only applicable to collection reviews.


from

from: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:148

The user who gave the review.


private?

optional private?: boolean

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:136

Only for private purposes?

Inherited from

iActivityDoc.private


review

review: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:144

The review text (max 2048 characters).


reviewedAddress?

optional reviewedAddress?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:152

The BitBadges address of the user who the review is for. Only applicable to user reviews.


stars

stars: T

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:146

The number of stars given (1-5).


timestamp

timestamp: T

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:130

The timestamp of the activity.

Inherited from

iActivityDoc.timestamp

Edit this page on GitHub