Interface: iGetClaimsPayloadV1
The claims to fetch.
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:412
Properties
claimsToFetch
claimsToFetch:
object[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:414
The claims to fetch.
claimId
claimId:
string
The claim ID to fetch.
fetchAllClaimedUsers?
optionalfetchAllClaimedUsers?:boolean
Fetch all claimed users for the claim. If true, you will be able to find all { [bitbadgesAddress]: [...zeroIndexedClaimNumbers] } on the numUses plugin's publicState.
fetchPrivateParams?
optionalfetchPrivateParams?:boolean
Fetch private parameters for the claim. Only applicable if you are the creator / manager of the claim.
privateStatesToFetch?
optionalprivateStatesToFetch?:string[]
The private state instance IDs to fetch. By default, we do not fetch any private states.