Skip to content

types.PercentageTransferRestriction

prashantasdeveloper edited this page May 31, 2024 · 47 revisions

Interface: PercentageTransferRestriction

types.PercentageTransferRestriction

Hierarchy

  • TransferRestrictionBase

    PercentageTransferRestriction

Table of contents

Properties

Properties

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


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

types/index.ts:1364

Clone this wiki locally