Skip to main content

Interface: ClaimCountTransferRestrictionInput

api/procedures/types.ClaimCountTransferRestrictionInput

Hierarchy

  • TransferRestrictionInputBase

    ClaimCountTransferRestrictionInput

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