@somnia-chain/markets-sdk / index / PriceWatchHandle
Interface: PriceWatchHandle
Defined in: priceFeed/priceFeed.ts:26
A live price watch. stop() releases it (idempotent); the underlying
subscription is shared and torn down when the last handle stops.
Methods
stop()
stop():
void
Defined in: priceFeed/priceFeed.ts:27
Returns
void