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


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


issuer

issuer: Identity

Defined in

api/procedures/types.ts:519


max

Optional max: BigNumber

Defined in

api/procedures/types.ts:518


min

min: BigNumber

Defined in

api/procedures/types.ts:517