Interface: iClaimActivityDoc<T>
T extends NumberType
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:212
Extends
iActivityDoc<T>
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
_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
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?
optionalclaimType?:"collection"|"standalone"|"list"
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:222
The claim type of the claim attempt
private?
optionalprivate?:boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:136
Only for private purposes?
Inherited from
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.