UNPKG

@drift-labs/sdk

Version:
8 lines (7 loc) 304 B
/** * 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';