@somnia-chain/markets-sdk / index / BinaryMarketStatus
Type Alias: BinaryMarketStatus
BinaryMarketStatus =
"Listed"|"Trading"|"Locked"|"Settling"|"Resolved"|"Voided"|"Finalized"
Defined in: store.ts:38
Binary-market lifecycle (mirror of the indexer's ClobMarketStatus enum).
The first six mirror the on-chain MarketStatus enum; "Finalized" is an
INDEXER-DERIVED terminal state (no on-chain enum member) set when the
market's backing + resolution snapshot are swept to the BinarySettlement
singleton — it supersedes Resolved/Voided once finalize lands, and
redemptions are served by settlement thereafter.