@somnia-chain/markets-sdk / index / WatchStatus
Type Alias: WatchStatus
WatchStatus =
"unwatched"|"hydrating"|"live"
Defined in: liveTail.ts:44
Per-market watch state: "unwatched" (no active watch — getLive* reads
return empty), "hydrating" (watch registered; snapshot/backfill/reconnect
in progress), "live" (streaming; reads are current to the last block).