types.CountTransferRestrictionInput

@polymeshassociation/polymesh-sdk / Modules / types / CountTransferRestrictionInput

Interface: CountTransferRestrictionInput

types.CountTransferRestrictionInput

Hierarchy

  • TransferRestrictionInputBase

    CountTransferRestrictionInput

Table of contents

Properties

Properties

count

count: BigNumber

limit on the amount of different (unique) investors that can hold the Asset at once

Defined in

types/index.ts:1267


exemptedIdentities

Optional exemptedIdentities: (string | Identity)[]

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

Inherited from

TransferRestrictionInputBase.exemptedIdentities

Defined in

types/index.ts:1249

Last updated