Skip to main content
Version: 23.0.x

Interface: ClaimCountTransferRestriction

types.ClaimCountTransferRestriction

Hierarchy

  • TransferRestrictionBase

    ClaimCountTransferRestriction

Properties

claim

claim: InputStatClaim

The type of investors this restriction applies to. e.g. non-accredited

Defined in

types/index.ts:1370


exemptedIds

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

Inherited from

TransferRestrictionBase.exemptedIds

Defined in

types/index.ts:1353


issuer

issuer: Identity

Defined in

types/index.ts:1380


max

Optional max: BigNumber

The maximum amount of investors that must meet the Claim criteria

Defined in

types/index.ts:1378


min

min: BigNumber

The minimum amount of investors the must meet the Claim criteria

Defined in

types/index.ts:1374