Skip to content

T extends NumberType

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

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


bitbadgesAddress

bitbadgesAddress: string

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

The BitBadges address of the user who attempted the claim


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


claimAttemptId

claimAttemptId: string

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

The claim attempt ID of the claim attempt


claimId

claimId: string

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

The claim ID of the claim attempt


claimType?

optional claimType?: "collection" | "standalone" | "list"

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

The claim type of the claim attempt


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


success

success: boolean

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

Whether the claim attempt was successful or not


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