api.procedures.types.ClaimCountTransferRestrictionInput - PolymeshAssociation/polymesh-sdk GitHub Wiki

Interface: ClaimCountTransferRestrictionInput

api/procedures/types.ClaimCountTransferRestrictionInput

Hierarchy

  • TransferRestrictionInputBase

    ClaimCountTransferRestrictionInput

Table of contents

Properties

Properties

claim

claim: InputStatClaim

Defined in

api/procedures/types.ts:559


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:534


issuer

issuer: Identity

Defined in

api/procedures/types.ts:558


max

Optional max: BigNumber

Defined in

api/procedures/types.ts:557


min

min: BigNumber

Defined in

api/procedures/types.ts:556


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:538