Interface: iGetClaimPayload
Fetch all claimed users for the claim. If true, you will be able to find all { [bitbadgesAddress]: [...zeroIndexedClaimNumbers] } on the numUses plugin's…
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:463
Properties
fetchAllClaimedUsers?
optionalfetchAllClaimedUsers?:boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:468
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
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:465
Fetch private parameters for the claim. Only applicable if you are the creator / manager of the claim.
privateStatesToFetch?
optionalprivateStatesToFetch?:string[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:470
The private state instance IDs to fetch. By default, we do not fetch any private states.