Skip to main content
Version: 26.2.x

Interface: ClaimPercentageTransferRestriction

api/entities/types.ClaimPercentageTransferRestriction

Hierarchy

  • TransferRestrictionBase

    ClaimPercentageTransferRestriction

Properties

claim

claim: InputStatClaim

The type of investors this restriction applies to. e.g. Canadian investor

Defined in

api/entities/types.ts:528


exemptedIds

Optional exemptedIds: string[]

array of Identity IDs that are exempted from the Restriction

Inherited from

TransferRestrictionBase.exemptedIds

Defined in

api/entities/types.ts:495


issuer

issuer: Identity

Defined in

api/entities/types.ts:538


max

max: BigNumber

The maximum percentage of the total supply that investors meeting the Claim criteria must hold

Defined in

api/entities/types.ts:536


min

min: BigNumber

The minimum percentage of the total supply that investors meeting the Claim criteria must hold

Defined in

api/entities/types.ts:532