Skip to main content

Interface: PercentageTransferRestrictionInput

api/procedures/types.PercentageTransferRestrictionInput

Hierarchy

  • TransferRestrictionInputBase

    PercentageTransferRestrictionInput

Properties

exemptedIdentities

Optional exemptedIdentities: (string | Identity)[]

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

Inherited from

TransferRestrictionInputBase.exemptedIdentities

Defined in

api/procedures/types.ts:531


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/procedures/types.ts:549


skipStatIsEnabledCheck

Optional skipStatIsEnabledCheck: boolean

(optional) Set to true to skip stat is enabled check, useful for batch transactions

Inherited from

TransferRestrictionInputBase.skipStatIsEnabledCheck

Defined in

api/procedures/types.ts:535