@drift-labs/sdk
Version:
SDK for Drift Protocol
8 lines • 339 B
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';
//# sourceMappingURL=index.d.ts.map