{s}omniamarkets

@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / ArmFirstRollParams

Interface: ArmFirstRollParams

Defined in: marketCreatorAdmin.ts:135

Params for MarketCreatorAdmin.armFirstRoll.

Properties

creator

creator: `0x${string}`

Defined in: marketCreatorAdmin.ts:137

The MarketCreator owning the series. Caller must be its owner.


seriesId

seriesId: number

Defined in: marketCreatorAdmin.ts:142

The series whose first roll is armed; refuses re-arming or an already-rolled series.


firesAtSec

firesAtSec: bigint

Defined in: marketCreatorAdmin.ts:148

Future, interval-aligned Unix-seconds boundary to arm the series' first roll at (typically the outgoing creator's current-market expiry for a seamless migration).


gas?

optional gas?: bigint

Defined in: marketCreatorAdmin.ts:150

Gas ceiling for this tx; overrides the config default.