Open bennycode opened 1 year ago
How did you solve this problem? What is the best temporary way?
How did you solve this problem? What is the best temporary way?
I downgraded to binance-api-node v0.12.6 - Does it work for you as well?
I can probably revert the PR if @bennycode confirms, not a type expert
The PR https://github.com/ViewBlock/binance-api-node/pull/586 introduced type definitions for
futuresCancelBatchOrders
. 🚀Unfortunately, the function is missing a return-type definition which becomes a problem when trying to use it with strictly typed code:
@jinusean do you know what the function returns or is it just
Promise<void>
?P.S. It's funny that the error occurs in line 666. 😈