Skip to content

api.procedures.types.CountTransferRestrictionInput

prashantasdeveloper edited this page Dec 2, 2024 · 66 revisions

Interface: CountTransferRestrictionInput

api/procedures/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

api/procedures/types.ts:506


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

Clone this wiki locally