@somnia-chain/markets-sdk / index / PriceFeedStatus
Type Alias: PriceFeedStatus
PriceFeedStatus =
"unwatched"|"hydrating"|"live"
Defined in: priceFeed/types.ts:110
Per-asset watch state: "unwatched" (no active watch — live reads return
null/empty), "hydrating" (snapshot/subscribe in progress), "live"
(streaming; reads are current to the last pushed tick).