Skip to main content
Version: v30.0.x

Interface: LaunchOfferingParams

Defined in: src/api/procedures/types.ts:1604

Properties

end?

optional end?: Date

Defined in: src/api/procedures/types.ts:1632

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


minInvestment

minInvestment: BigNumber

Defined in: src/api/procedures/types.ts:1641

minimum amount that can be spent on this offering


name

name: string

Defined in: src/api/procedures/types.ts:1624


offeringPortfolio

offeringPortfolio: PortfolioLike

Defined in: src/api/procedures/types.ts:1608

portfolio in which the Asset tokens to be sold are stored


raisingCurrency

raisingCurrency: string

Defined in: src/api/procedures/types.ts:1617

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


raisingPortfolio

raisingPortfolio: PortfolioLike

Defined in: src/api/procedures/types.ts:1612

portfolio in which the raised funds will be stored


start?

optional start?: Date

Defined in: src/api/procedures/types.ts:1628

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


tiers

tiers: OfferingTier[]

Defined in: src/api/procedures/types.ts:1637

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


venue?

optional venue?: Venue

Defined in: src/api/procedures/types.ts:1623

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)