@exchanges/binance
Version:
Exchange provider for Binance API
31 lines • 1.76 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./aggregateTradeStreams"), exports);
__exportStar(require("./allBookTickersStream"), exports);
__exportStar(require("./allMarketLiquidationOrderStreams"), exports);
__exportStar(require("./allMarketMiniTickersStream"), exports);
__exportStar(require("./allMarketTickersStreams"), exports);
__exportStar(require("./continuousContractKlineCandlestickStreams"), exports);
__exportStar(require("./diffBookDepthStreams"), exports);
__exportStar(require("./indexKlineCandlestickStreams"), exports);
__exportStar(require("./indexPriceStream"), exports);
__exportStar(require("./individualSymbolBookTickerStreams"), exports);
__exportStar(require("./individualSymbolMiniTickerStream"), exports);
__exportStar(require("./individualSymbolTickerStreams"), exports);
__exportStar(require("./klineCandlestickStreams"), exports);
__exportStar(require("./liquidationOrderStreams"), exports);
__exportStar(require("./markPriceKlineCandlestick"), exports);
__exportStar(require("./markPriceOfAllSymbolsOfAPair"), exports);
__exportStar(require("./markPriceStream"), exports);
__exportStar(require("./partialBookDepthStreams"), exports);
//# sourceMappingURL=index.js.map