Skip to content

api.procedures.types.ClaimCountTransferRestrictionInput

prashantasdeveloper edited this page May 1, 2025 · 77 revisions

Interface: ClaimCountTransferRestrictionInput

api/procedures/types.ClaimCountTransferRestrictionInput

Hierarchy

  • TransferRestrictionInputBase

    ClaimCountTransferRestrictionInput

Table of contents

Properties

Properties

claim

claim: InputStatClaim

Defined in

api/procedures/types.ts:556


exemptedIdentities

Optional exemptedIdentities: (string | Identity)[]

array of Identities (or DIDs) that are exempted from the Restriction

Inherited from

TransferRestrictionInputBase.exemptedIdentities

Defined in

api/procedures/types.ts:531


issuer

issuer: Identity

Defined in

api/procedures/types.ts:555


max

Optional max: BigNumber

Defined in

api/procedures/types.ts:554


min

min: BigNumber

Defined in

api/procedures/types.ts:553


skipStatIsEnabledCheck

Optional skipStatIsEnabledCheck: boolean

(optional) Set to true to skip stat is enabled check, useful for batch transactions

Inherited from

TransferRestrictionInputBase.skipStatIsEnabledCheck

Defined in

api/procedures/types.ts:535

Clone this wiki locally