TransferRestrictionInputBase
↳ CountTransferRestrictionInput
count
exemptedIdentities
exemptedScopeIds
• count: BigNumber
Defined in src/types/index.ts:963arrow-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:948arrow-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:944arrow-up-right
array of Scope IDs that are exempted from the Restriction
Last updated 4 years ago
Was this helpful?