Skip to content

Defines the options for fetching metadata.

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/collections.ts:348

Defines the options for fetching metadata.

Properties

doNotFetchCollectionMetadata?

optional doNotFetchCollectionMetadata?: boolean

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/collections.ts:352

If true, collection metadata will not be fetched.


tokenIds?

optional tokenIds?: iUintRange<NumberType>[] | NumberType[]

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/collections.ts:360

If present, the metadata corresponding to the specified token IDs will be fetched.


uris?

optional uris?: string[]

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/collections.ts:356

If present, the metadata corresponding to the specified URIs will be fetched.

Edit this page on GitHub