Interface: LaunchOfferingParams
Defined in: src/api/procedures/types.ts:1387
Properties
end?
optional
end:Date
Defined in: src/api/procedures/types.ts:1415
end date of the Offering (optional, defaults to never)
minInvestment
minInvestment:
BigNumber
Defined in: src/api/procedures/types.ts:1424
minimum amount that can be spent on this offering
name
name:
string
Defined in: src/api/procedures/types.ts:1407
offeringPortfolio
offeringPortfolio:
PortfolioLike
Defined in: src/api/procedures/types.ts:1391
portfolio in which the Asset tokens to be sold are stored
raisingCurrency
raisingCurrency:
string
Defined in: src/api/procedures/types.ts:1400
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:1395
portfolio in which the raised funds will be stored
start?
optional
start:Date
Defined in: src/api/procedures/types.ts:1411
start date of the Offering (optional, defaults to right now)
tiers
tiers:
OfferingTier
[]
Defined in: src/api/procedures/types.ts:1420
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:1406
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
)