(Object... params)
| 1582 | } |
| 1583 | |
| 1584 | public CompletableFuture<Object> fetchMarkets(Object... params) { |
| 1585 | return CompletableFuture.completedFuture(new ArrayList<>(((Map<String, Object>)this.markets).values())); |
| 1586 | } |
| 1587 | |
| 1588 | public Throttler throttler = null; |
| 1589 |
no test coverage detected