@drift-labs/sdk
Version:
SDK for Drift Protocol
8 lines (7 loc) • 304 B
text/typescript
/**
* OrderSubscriber — streams all open orders across all users from on-chain state.
* Used by keeper bots and the DLOB to maintain a live view of the full order book
* without subscribing to every individual User account separately.
*/
export * from './OrderSubscriber';
export * from './types';