| Package | Description |
|---|---|
| com.cml.idex | |
| com.cml.idex.packets | |
| com.cml.idex.value |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Map<String,Currency>> |
IDexAPI.returnCurrencies()
Returns an object of token data indexed by symbol.
|
| Modifier and Type | Method and Description |
|---|---|
static Currency |
ReturnCurrencies.parseCurrency(com.fasterxml.jackson.databind.JsonNode node) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Currency> |
ReturnCurrencies.fromJson(com.fasterxml.jackson.databind.ObjectMapper mapper,
String body) |
Map<String,Currency> |
ReturnCurrencies.parse(com.fasterxml.jackson.databind.ObjectMapper mapper,
String body) |
static Map<String,Currency> |
ReturnCurrenciesWithPairs.parseCurrencies(com.fasterxml.jackson.databind.JsonNode tokensNode) |
static Map<String,Currency> |
ReturnCurrencies.parseCurrencies(com.fasterxml.jackson.databind.JsonNode node) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Currency> |
CurrencyPairs.getTokenBySumbol()
All the Currency details by Symbol.
|
| Constructor and Description |
|---|
CurrencyPairs(Map<String,List<String>> pairs,
Map<String,Currency> tokenBySumbol) |
Copyright © 2019. All rights reserved.