(Object input)
| 1485 | } |
| 1486 | |
| 1487 | public Object parseJson(Object input) { |
| 1488 | return Helpers.parseJson(input); |
| 1489 | } |
| 1490 | |
| 1491 | public java.util.concurrent.CompletableFuture<Object> loadMarketsHelper(boolean reload) throws ExecutionException, InterruptedException { |
| 1492 |
no test coverage detected