public class FlashSwapCurrency extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_MAX_AMOUNT |
static String |
SERIALIZED_NAME_MIN_AMOUNT |
static String |
SERIALIZED_NAME_SWAPPABLE |
| Constructor and Description |
|---|
FlashSwapCurrency() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrency()
Currency name
|
String |
getMaxAmount()
Maximum amount allowed in flash swap
|
String |
getMinAmount()
Minimum amount required in flash swap
|
List<String> |
getSwappable()
Currencies which can be swapped to from this currency
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_MIN_AMOUNT
public static final String SERIALIZED_NAME_MAX_AMOUNT
public static final String SERIALIZED_NAME_SWAPPABLE
@Nullable public String getMinAmount()
@Nullable public String getMaxAmount()
@Nullable public List<String> getSwappable()
Copyright © 2023. All rights reserved.