loopring-sdk
Advanced tools
Comparing version 0.0.119 to 0.0.120
@@ -17,3 +17,3 @@ import { BaseAPI } from './base_api'; | ||
}>; | ||
getLatestTokenPrices(): Promise<{ | ||
getLatestTokenPrices(request?: loopring_defs.getLatestTokenPricesRequest): Promise<{ | ||
tokenPrices: loopring_defs.LoopringMap<number>; | ||
@@ -20,0 +20,0 @@ raw_data: any; |
@@ -826,2 +826,6 @@ import { ChainId, ConnectorNames } from "./web3_defs"; | ||
} | ||
export interface getLatestTokenPricesRequest { | ||
tokens?: string; | ||
currency?: string; | ||
} | ||
export interface GetUserTxsRequest { | ||
@@ -828,0 +832,0 @@ accountId: number; |
{ | ||
"name": "loopring-sdk", | ||
"version": "0.0.119", | ||
"version": "0.0.120", | ||
"author": "leochan007", | ||
@@ -5,0 +5,0 @@ "description": "Loopring SDK", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1506234
15761