@somnia-chain/markets-sdk / index / SeriesPreflightInput
Interface: SeriesPreflightInput
Defined in: preflight.ts:266
The series fields the series-step preflight inspects.
Properties
seriesId
seriesId:
number
Defined in: preflight.ts:268
The series id to register — 0 blocks (the module rejects it as UnknownSeries).
asset
asset:
string
Defined in: preflight.ts:270
The series' asset label (e.g. "BTC/USDT") — empty blocks.
intervalSec
intervalSec:
number
Defined in: preflight.ts:275
The roll interval in seconds — below MIN_SERIES_INTERVAL_SEC blocks (InvalidSeriesConfig).
collateral
collateral:
`0x${string}`
Defined in: preflight.ts:277
The venue's collateral token — the zero address blocks.