InvestInStoParams
Hierarchy
InvestInStoParams
Index
Properties
Properties
fundingPortfolio
• fundingPortfolio: PortfolioLike
Defined in src/api/procedures/investInSto.ts:31
portfolio from which funds will be withdrawn to pay for the Tokens
Optional
maxPrice
Optional
maxPrice• maxPrice? : BigNumber
Defined in src/api/procedures/investInSto.ts:39
maximum average price to pay per Token (optional)
purchaseAmount
• purchaseAmount: BigNumber
Defined in src/api/procedures/investInSto.ts:35
amount of tokens to purchase
purchasePortfolio
• purchasePortfolio: PortfolioLike
Defined in src/api/procedures/investInSto.ts:27
portfolio in which the purchased Tokens will be stored
Last updated