Skip to content

Commit

Permalink
removed duplicate fetchOrderBook signature from ccxt.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Feb 4, 2018
1 parent f71bb04 commit b0465b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ccxt.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ declare module 'ccxt' {
fetchTicker (symbol: string, params?: { [x: string]: any }): Promise<Ticker>;
fetchTickers (symbols?: string[], params?: { [x: string]: any }): Promise<{ [x: string]: Ticker }>;
fetchMarkets (): Promise<Market[]>;
fetchOrderBook (symbol: string): Promise<OrderBook>;
fetchOrderStatus (id: string, market: string): Promise<string>;
encode (str: string): string;
decode (str: string): string;
Expand Down

0 comments on commit b0465b7

Please sign in to comment.