ModifyPercentageExemptionsProcedureArgs

Arguments for the ModifyPercentageExemptions Procedure

Hierarchy

  • ModifyPercentageExemptionsProcedureArgs

Index

Properties

Properties

Optional allowPrimaryIssuance

allowPrimaryIssuance? : undefined | false | true

Defined in src/types/index.ts:1239

whether primary issuance is exempted from percentage restrictions. If true, issuing tokens to a wallet that doesn't own tokens will bypass percentage restrictions

symbol

symbol: string

Defined in src/types/index.ts:1230

symbol of the Security Token

Optional whitelistEntries

whitelistEntries? : PercentageWhitelistEntry[]

Defined in src/types/index.ts:1234

list of Tokenholders to add/remove to/from the whitelist

Last updated