EnablePercentageTransferManagerProcedureArgs

Arguments for the EnablePercentageTransferManager Procedure

Hierarchy

  • EnablePercentageTransferManagerProcedureArgs

Index

Properties

Properties

Optional allowPrimaryIssuance

allowPrimaryIssuance? : undefined | false | true

Defined in src/types/index.ts:482

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

maxHolderPercentage

maxHolderPercentage: BigNumber

Defined in src/types/index.ts:477

maximum percentage of the total supply a single token holder can hold

symbol

symbol: string

Defined in src/types/index.ts:473

symbol of the Security Token

Last updated