Skip to content

api.entities.types.ClaimCountTransferRestriction

polymath-eric edited this page Jun 11, 2024 · 8 revisions

Interface: ClaimCountTransferRestriction

api/entities/types.ClaimCountTransferRestriction

Hierarchy

  • TransferRestrictionBase

    ClaimCountTransferRestriction

Table of contents

Properties

Properties

claim

claim: InputStatClaim

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

Defined in

api/entities/types.ts:504


exemptedIds

Optional exemptedIds: string[]

array of Identity IDs that are exempted from the Restriction

Inherited from

TransferRestrictionBase.exemptedIds

Defined in

api/entities/types.ts:487


issuer

issuer: Identity

Defined in

api/entities/types.ts:514


max

Optional max: BigNumber

The maximum amount of investors that must meet the Claim criteria

Defined in

api/entities/types.ts:512


min

min: BigNumber

The minimum amount of investors the must meet the Claim criteria

Defined in

api/entities/types.ts:508

Clone this wiki locally