Skip to main content
Version: 22.1.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:1338


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


issuer

issuer: Identity

Defined in

types/index.ts:1348


max

max: BigNumber

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

Defined in

types/index.ts:1346


min

min: BigNumber

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

Defined in

types/index.ts:1342