Skip to content

Public params are params that are visible to the public. For example, the number of uses for a claim code.

ClaimIntegrationPublicParamsType<T> = T extends "numUses" ? object : T extends "codes" ? object : T extends "transferTimes" ? object : T extends "whitelist" ? object : Record<string, any>

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

Public params are params that are visible to the public. For example, the number of uses for a claim code.

Type Parameters

T

T extends ClaimIntegrationPluginType

Edit this page on GitHub