Interface: MetadataFetchOptions
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?
optionaldoNotFetchCollectionMetadata?:boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/collections.ts:352
If true, collection metadata will not be fetched.
tokenIds?
optionaltokenIds?: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?
optionaluris?: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.