Skip to content

types.PercentageTransferRestrictionInput

prashantasdeveloper edited this page Jun 30, 2022 · 1 revision

Interface: PercentageTransferRestrictionInput

types.PercentageTransferRestrictionInput

Hierarchy

  • TransferRestrictionInputBase

    PercentageTransferRestrictionInput

Table of contents

Properties

Properties

exemptedIdentities

Optional exemptedIdentities: (string | Identity)[]

array of Identities (or DIDs) that are exempted from the Restriction

Inherited from

TransferRestrictionInputBase.exemptedIdentities

Defined in

types/index.ts:1249


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

Clone this wiki locally