Skip to main content
Version: 24.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:520


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:530


max

max: BigNumber

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

Defined in

api/entities/types.ts:528


min

min: BigNumber

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

Defined in

api/entities/types.ts:524