ToggleAllowPreIssuingProcedureArgs

Arguments for the ToggleAllowPreIssuing Procedure

Hierarchy

  • ToggleAllowPreIssuingProcedureArgs

Index

Properties

Properties

allowPreIssuing

allowPreIssuing: boolean

Defined in src/types/index.ts:576

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

address of the STO

stoType

stoType: StoType

Defined in src/types/index.ts:571

type of the STO (Simple, Tiered, etc)

symbol

symbol: string

Defined in src/types/index.ts:563

symbol of the Security Token

Last updated