Type Alias: ClaimIntegrationPublicStateType<T>
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> =Textends"numUses"?object:Textends"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