Interface: iSearchClaimsPayload
Bookmark to start from. Obtained from previous request. Leave blank to start from the beginning. Only applicable when no additional criteria is specified.
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:353
Properties
bookmark?
optionalbookmark?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:355
Bookmark to start from. Obtained from previous request. Leave blank to start from the beginning. Only applicable when no additional criteria is specified.
fetchPrivateParams?
optionalfetchPrivateParams?:boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:357
Fetch private parameters for the claim. Only applicable if you are the creator / manager of the claim. Otherwise, it will be the public read-only view.
searchValue?
optionalsearchValue?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:359
If provided, we will only return claims with names that regex match the search value.