CountTransferRestrictionInput

Hierarchy

Index

Properties

Properties

count

count: BigNumber

Defined in src/types/index.ts:985

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

Optional exemptedIdentities

exemptedIdentities? : (string | Identity‹›)[]

Inherited from TransferRestrictionInputBase.exemptedIdentities

Defined in src/types/index.ts:970

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

Optional exemptedScopeIds

exemptedScopeIds? : string[]

Inherited from TransferRestrictionInputBase.exemptedScopeIds

Defined in src/types/index.ts:966

array of Scope IDs that are exempted from the Restriction

Last updated