Arguments for the ToggleAllowPreIssuing Procedure
ToggleAllowPreIssuingProcedureArgs
allowPreIssuing
stoAddress
stoType
symbol
• 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: string
Defined in src/types/index.ts:567arrow-up-right
address of the STO
• stoType: StoType
Defined in src/types/index.ts:571arrow-up-right
type of the STO (Simple, Tiered, etc)
• symbol: string
Defined in src/types/index.ts:563arrow-up-right
symbol of the Security Token
Last updated 5 years ago
Was this helpful?