Skip to main content
Version: 25.1.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:522


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


max

max: BigNumber

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

Defined in

api/entities/types.ts:530


min

min: BigNumber

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

Defined in

api/entities/types.ts:526