Interface: iCollectionStats<T>
CollectionStats tracks aggregated statistics for a collection. These are computed on-chain and can be queried via GRPC or precompile.
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:1002
CollectionStats tracks aggregated statistics for a collection. These are computed on-chain and can be queried via GRPC or precompile.
Type Parameters
T
T extends NumberType
Properties
balances
balances:
iBalance<T>[]
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:1011
Circulating supply as Balance[] for proper range handling
holderCount
holderCount:
T
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:1006
Number of unique holders (addresses with non-zero balance)