-
Notifications
You must be signed in to change notification settings - Fork 11
types.ClaimCountTransferRestriction
prashantasdeveloper edited this page Sep 18, 2024
·
43 revisions
types.ClaimCountTransferRestriction
-
TransferRestrictionBase↳
ClaimCountTransferRestriction
• claim: InputStatClaim
The type of investors this restriction applies to. e.g. non-accredited
• Optional exemptedIds: string[]
array of Scope/Identity IDs that are exempted from the Restriction
Note
if the Asset requires investor uniqueness, Scope IDs are used. Otherwise, we use Identity IDs. More on Scope IDs and investor uniqueness here and here
TransferRestrictionBase.exemptedIds
• issuer: Identity
• Optional max: BigNumber
The maximum amount of investors that must meet the Claim criteria
• min: BigNumber
The minimum amount of investors the must meet the Claim criteria