Skip to content

api.procedures.types.InvestInOfferingParams

polymath-eric edited this page May 28, 2024 · 64 revisions

Interface: InvestInOfferingParams

api/procedures/types.InvestInOfferingParams

Table of contents

Properties

Properties

fundingPortfolio

fundingPortfolio: PortfolioLike

portfolio from which funds will be withdrawn to pay for the Asset tokens

Defined in

api/procedures/types.ts:1406


maxPrice

Optional maxPrice: BigNumber

maximum average price to pay per Asset token (optional)

Defined in

api/procedures/types.ts:1414


purchaseAmount

purchaseAmount: BigNumber

amount of Asset tokens to purchase

Defined in

api/procedures/types.ts:1410


purchasePortfolio

purchasePortfolio: PortfolioLike

portfolio in which the purchased Asset tokens will be stored

Defined in

api/procedures/types.ts:1402

Clone this wiki locally