Skip to content

api.entities.types.PercentageTransferRestriction

polymath-eric edited this page Jun 11, 2024 · 8 revisions

Interface: PercentageTransferRestriction

api/entities/types.PercentageTransferRestriction

Hierarchy

  • TransferRestrictionBase

    PercentageTransferRestriction

Table of contents

Properties

Properties

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


percentage

percentage: BigNumber

maximum percentage (0-100) of the total supply of the Asset that can be held by a single investor at once

Defined in

api/entities/types.ts:498

Clone this wiki locally