CountTransferRestrictionInput
Hierarchy
↳ CountTransferRestrictionInput
Index
Properties
Properties
count
• count: BigNumber
Defined in src/types/index.ts:1079
limit on the amount of different (unique) investors that can hold the Security Token at once
Optional
exemptedIdentities
Optional
exemptedIdentities• exemptedIdentities? : (string | Identity‹›)[]
Inherited from TransferRestrictionInputBase.exemptedIdentities
Defined in src/types/index.ts:1064
array of Identities (or DIDs) that are exempted from the Restriction
Optional
exemptedScopeIds
Optional
exemptedScopeIds• exemptedScopeIds? : string[]
Inherited from TransferRestrictionInputBase.exemptedScopeIds
Defined in src/types/index.ts:1060
array of Scope IDs that are exempted from the Restriction
Last updated