InvestInTieredSto
Last updated
Was this helpful?
Last updated
Was this helpful?
Procedure that invests in a Tiered STO
▪ ReturnType
Procedure‹›
↳ InvestInTieredSto
constructor
args
context
type
addProcedure
addSignatureRequest
addTransaction
prepare
prepareTransactions
Inherited from void
Parameters:
Name
Type
args
context
Returns: InvestInTieredSto
Protected
argsInherited from void
Protected
context• context: Context
Inherited from void
• type: ProcedureType = ProcedureType.InvestInTieredSto
Overrides void
▸ addProcedure<A, R>(Proc
: ProcedureClass‹A, R›): (Anonymous function)
Inherited from void
Appends a Procedure into the TransactionQueue's queue. This defines what will be run by the TransactionQueue when it is started.
Type parameters:
▪ A
▪ R: any
Parameters:
Name
Type
Description
Proc
A Procedure that will be run in the Procedure's TransactionQueue
Returns: (Anonymous function)
whichever value is returned by the Procedure
Inherited from void
Appends a signature request into the TransactionQueue's queue. This defines what will be run by the TransactionQueue when it is started.
Type parameters:
▪ A
Parameters:
Name
Type
Description
request
A signature request that will be run in the Procedure's TransactionQueue
Returns: (Anonymous function)
a PostTransactionResolver that resolves to the signed data
Inherited from void
Appends a method or future method into the TransactionQueue's queue. This defines what will be run by the TransactionQueue when it is started.
Type parameters:
▪ A
▪ R: any[]
▪ V: any
Parameters:
A method (or future method) that will be run in the Procedure's TransactionQueue. A future method is a transaction that doesn't exist at prepare time (for example a transaction on a module that hasn't been attached but will be by the time the previous transactions are run)
▪Default value
__namedParameters: object= {}
Name
Type
Default
fees
-
resolvers
object
([] as unknown) as ResolverArray
tag
-
Returns: (Anonymous function)
a PostTransactionResolver that resolves to the value returned by the resolver function, or undefined if no resolver function was passed
▸ prepare(): Promise‹TransactionQueue‹Args, ReturnType››
Inherited from void
Mandatory method that builds a list of transactions that will be run
Returns: Promise‹TransactionQueue‹Args, ReturnType››
▸ prepareTransactions(): Promise‹void›
Overrides void
Invest the specified amount in the STO
Note that this procedure will fail if:
The Security Token doesn't exist
The STO address is invalid
The STO is either archived or hasn't been launched
The STO hasn't started yet
The STO is paused
Trying to invest on behalf of someone else if the STO doesn't allow beneficial investments
The STO doesn't support investments in the selected currency
Returns: Promise‹void›
+ new InvestInTieredSto(args
: , context
: Context): InvestInTieredSto
Defined in
• args:
Defined in
Defined in
Defined in
Defined in
‹A, R›
▸ addSignatureRequest<A>(request
: ‹A›): (Anonymous function)
Defined in
‹A›
▸ addTransaction<A, R, V>(method
: ‹A› | FutureLowLevelMethod‹V, A›, __namedParameters
: object): (Anonymous function)
Defined in
▪ method: ‹A› | FutureLowLevelMethod‹V, A›
undefined |
undefined | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Defined in
Defined in