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