InvestInTieredStoBaseProcedureArgs

Hierarchy

Index

Properties

Properties

amount

amount: BigNumber

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

amount to invest

Optional beneficiary

beneficiary? : undefined | string

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

if specified, the investment will be made on behalf of this address

currency

currency: Currency

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

currency type in which the investment is being made

Optional minTokens

minTokens? : BigNumber

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

minimum amount of Security Tokens that should be bought. If, because of price fluctuations, a lower amount is being bought, the transaction will revert

stoAddress

stoAddress: string

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

address of the STO

symbol

symbol: string

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

symbol of the Security Token

Last updated

Was this helpful?