Skip to content

The claims to create.

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

Properties

claims

claims: CreateClaimRequest<NumberType>[]

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

The claims to create.

By default, it will create standalone (non-test claims) or collection linked claims if the corresponding fields are specified in the claim.

Note that collection / list linked claims require the proper permissions and have special setup required.

For test claims, you must specify the testClaims field to be true.


testClaims?

optional testClaims?: boolean

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

Create test claims (e.g. the claim tester). Used for frontend testing. Test claims are auto-deleted after the browser session is terminated and do not show up in search results.

Edit this page on GitHub