Skip to main content
Version: 25.1.x

Interface: ClaimCountTransferRestriction

api/entities/types.ClaimCountTransferRestriction

Hierarchy

  • TransferRestrictionBase

    ClaimCountTransferRestriction

Properties

claim

claim: InputStatClaim

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

Defined in

api/entities/types.ts:506


exemptedIds

Optional exemptedIds: string[]

array of Identity IDs that are exempted from the Restriction

Inherited from

TransferRestrictionBase.exemptedIds

Defined in

api/entities/types.ts:489


issuer

issuer: Identity

Defined in

api/entities/types.ts:516


max

Optional max: BigNumber

The maximum amount of investors that must meet the Claim criteria

Defined in

api/entities/types.ts:514


min

min: BigNumber

The minimum amount of investors the must meet the Claim criteria

Defined in

api/entities/types.ts:510