MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / promise

Method promise

src/node-binance-api.ts:6584–6587  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6582
6583 symbols.forEach(symbol => {
6584 const promise = () => new Promise(resolve => {
6585 this.depthCacheStream(symbol, callback, limit);
6586 setTimeout(resolve, stagger);
6587 });
6588 chain = chain ? chain.then(promise) : promise();
6589 });
6590

Callers

nothing calls this directly

Calls 1

depthCacheStreamMethod · 0.95

Tested by

no test coverage detected