Skip to content

Public state is the current state of the claim integration that is visible to the public. For example, the number of times a claim code has been used.

ClaimIntegrationPublicStateType<T> = T extends "numUses" ? object : T extends "codes" ? object : Record<string, any>

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:929

Public state is the current state of the claim integration that is visible to the public. For example, the number of times a claim code has been used.

Type Parameters

T

T extends ClaimIntegrationPluginType

Edit this page on GitHub