ToggleAllowPreIssuingProcedureArgs

Arguments for the ToggleAllowPreIssuing Procedure

Hierarchy

  • ToggleAllowPreIssuingProcedureArgs

Index

Properties

Properties

allowPreIssuing

allowPreIssuing: boolean

Defined in src/types/index.ts:576arrow-up-right

whether the total amount of Security Tokens that will be sold should be issued at the time the STO starts. Otherwise, they will be issued on each purchase. Defaults to false

stoAddress

stoAddress: string

Defined in src/types/index.ts:567arrow-up-right

address of the STO

stoType

stoType: StoType

Defined in src/types/index.ts:571arrow-up-right

type of the STO (Simple, Tiered, etc)

symbol

symbol: string

Defined in src/types/index.ts:563arrow-up-right

symbol of the Security Token

Last updated

Was this helpful?