UNPKG

@drift-labs/sdk

Version:
11 lines 431 B
/** * Protocol constants: numeric precision bases, market indices, transaction size limits, * insurance fund parameters, and perp/spot market config arrays. * Import specific submodules to avoid pulling in unused market lists. */ export * from './insuranceFund'; export * from './numericConstants'; export * from './perpMarkets'; export * from './spotMarkets'; export * from './txConstants'; //# sourceMappingURL=index.d.ts.map