Interface: iBaseStats<T>
T extends NumberType
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:244
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
dailyVolume
dailyVolume:
iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:248
The daily volume of the collection
lastUpdatedAt
lastUpdatedAt:
T
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:256
Last set timestamp
monthlyVolume
monthlyVolume:
iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:252
The monthly volume of the collection
overallVolume
overallVolume:
iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:246
The overall volume of the collection
weeklyVolume
weeklyVolume:
iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:250
The weekly volume of the collection
yearlyVolume
yearlyVolume:
iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:254
The yearly volume of the collection