Skip to content

Private state is the current state of the claim integration that is visible to only those who can fetch private parameters.

ClaimIntegrationPrivateStateType<T> = T extends "whitelist" ? object : Record<string, any>

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

Private state is the current state of the claim integration that is visible to only those who can fetch private parameters.

Type Parameters

T

T extends ClaimIntegrationPluginType

Edit this page on GitHub