Skip to main content
Version: 23.0.x

Interface: ClaimPercentageTransferRestriction

types.ClaimPercentageTransferRestriction

Hierarchy

  • TransferRestrictionBase

    ClaimPercentageTransferRestriction

Properties

claim

claim: InputStatClaim

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

Defined in

types/index.ts:1386


exemptedIds

Optional exemptedIds: string[]

array of Scope/Identity IDs that are exempted from the Restriction

Note

if the Asset requires investor uniqueness, Scope IDs are used. Otherwise, we use Identity IDs. More on Scope IDs and investor uniqueness here and here

Inherited from

TransferRestrictionBase.exemptedIds

Defined in

types/index.ts:1353


issuer

issuer: Identity

Defined in

types/index.ts:1396


max

max: BigNumber

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

Defined in

types/index.ts:1394


min

min: BigNumber

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

Defined in

types/index.ts:1390