@somnia-chain/markets-sdk / index / RollPreflightInput
Interface: RollPreflightInput
Defined in: preflight.ts:302
Inputs for the roll-step preflight: the series exists on-chain (its
intervalSec > 0), the creator is funded, and the chain supports rolls.
Properties
seriesIntervalSec
seriesIntervalSec:
number
Defined in: preflight.ts:304
The series' on-chain intervalSec (0 ⇒ never registered).
creatorBalanceWei
creatorBalanceWei:
bigint
Defined in: preflight.ts:309
The MarketCreator's native balance (wei) — 0 blocks (the roll can't pay its reactivity gas).
precompileAvailable
precompileAvailable:
boolean
Defined in: preflight.ts:314
Whether the connected chain has the Somnia reactivity precompile (false on local anvil — see isLocalPrecompileUnavailable).