InvestInTieredStoBaseProcedureArgs

Hierarchy

Index

Properties

Properties

amount

amount: BigNumber

Defined in src/types/index.ts:628

amount to invest

Optional beneficiary

beneficiary? : undefined | string

Defined in src/types/index.ts:641

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

currency

currency: Currency

Defined in src/types/index.ts:632

currency type in which the investment is being made

Optional minTokens

minTokens? : BigNumber

Defined in src/types/index.ts:637

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

address of the STO

symbol

symbol: string

Defined in src/types/index.ts:620

symbol of the Security Token

Last updated