types.PercentageTransferRestriction

@polymeshassociation/polymesh-sdk / Modules / types / PercentageTransferRestriction

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


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

Last updated