Skip to content

T extends NumberType

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

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


approvalsUsed?

optional approvalsUsed?: iApprovalIdentifierDetails<T>[]

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

Approvals used for the transfer


balances

balances: iBalance<T>[]

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

The list of balances and token IDs that were transferred.


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


coinTransfers?

optional coinTransfers?: iCoinTransferItem<T>[]

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

Coin transfers details


collectionId

collectionId: string

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

The collection ID for the tokens that was transferred.


denom?

optional denom?: string

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

The denomination of the transfer


from

from: string

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

The sender of the tokens.


initiatedBy

initiatedBy: string

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

The user who initiated the transfer transaction.


memo?

optional memo?: string

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

The memo of the transfer.


precalculateBalancesFromApproval?

optional precalculateBalancesFromApproval?: iPrecalculateBalancesFromApprovalDetails<T>

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

Which approval to use to precalculate the balances?


precalculationOptions?

optional precalculationOptions?: iPrecalculationOptions<T>

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

Precalculation options


price?

optional price?: T

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

The price of the transfer


prioritizedApprovals?

optional prioritizedApprovals?: iApprovalIdentifierDetails<T>[]

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

The prioritized approvals of the transfer. This is used to check certain approvals before others to ensure intended behavior.


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


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


to

to: string[]

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

The list of recipients.


tokenId?

optional tokenId?: T

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

The token ID for the transfer


txHash?

optional txHash?: string

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

The transaction hash of the activity.


volume?

optional volume?: T

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

The volume of the transfer

Edit this page on GitHub