Comparing version 2.13.17 to 2.13.18
@@ -79,3 +79,3 @@ import { AxiosRequestConfig } from 'axios'; | ||
*/ | ||
submitMultipleOrders(orders: NewFuturesOrderParams<string>[]): Promise<(NewOrderResult | NewOrderError)[]>; | ||
submitMultipleOrders<TNumberType = number>(orders: NewFuturesOrderParams<TNumberType>[]): Promise<(NewOrderResult | NewOrderError)[]>; | ||
/** | ||
@@ -82,0 +82,0 @@ * Order modify function, currently only LIMIT order modification is supported, modified orders will be reordered in the match queue |
{ | ||
"name": "binance", | ||
"version": "2.13.17", | ||
"version": "2.13.18", | ||
"description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
713737