Skip to main content

Interface: CountTransferRestrictionInput

api/procedures/types.CountTransferRestrictionInput

Hierarchy

  • TransferRestrictionInputBase

    CountTransferRestrictionInput

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


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


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