InvestWithStableCoinArgs

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.StableCoin

Defined in src/types/index.ts:645

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

stableCoinAddress

• stableCoinAddress: string

Defined in src/types/index.ts:646

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

Was this helpful?