Skip to content

api.procedures.types.LaunchOfferingParams

prashantasdeveloper edited this page Sep 19, 2024 · 62 revisions

Interface: LaunchOfferingParams

api/procedures/types.LaunchOfferingParams

Table of contents

Properties

Properties

end

Optional end: Date

end date of the Offering (optional, defaults to never)

Defined in

api/procedures/types.ts:1378


minInvestment

minInvestment: BigNumber

minimum amount that can be spent on this offering

Defined in

api/procedures/types.ts:1387


name

name: string

Defined in

api/procedures/types.ts:1370


offeringPortfolio

offeringPortfolio: PortfolioLike

portfolio in which the Asset tokens to be sold are stored

Defined in

api/procedures/types.ts:1354


raisingCurrency

raisingCurrency: string

ticker symbol of the currency in which the funds are being raised (e.g. 'USD' or 'CAD'). Other Assets can be used as currency as well

Defined in

api/procedures/types.ts:1363


raisingPortfolio

raisingPortfolio: PortfolioLike

portfolio in which the raised funds will be stored

Defined in

api/procedures/types.ts:1358


start

Optional start: Date

start date of the Offering (optional, defaults to right now)

Defined in

api/procedures/types.ts:1374


tiers

tiers: OfferingTier[]

array of sale tiers. Each tier consists of an amount of Assets to be sold at a certain price. Tokens in a tier can only be bought when all tokens in previous tiers have been bought

Defined in

api/procedures/types.ts:1383


venue

Optional venue: Venue

venue through which all offering related trades will be settled (optional, defaults to the first Sto type Venue owned by the owner of the Offering Portfolio. If passed, it must be of type Sto)

Defined in

api/procedures/types.ts:1369

Clone this wiki locally