public class Currency extends Object
| Constructor and Description |
|---|
Currency(int decimals,
String address,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Ethereum Contract Address unless the token is ETH the uses
IDexAPI.DEFAULT_ETH_ADR.
|
int |
getDecimals()
Decimal Places.
|
String |
getName()
Name of the Token.
|
String |
toString() |
public int getDecimals()
public String getAddress()
public String getName()
Copyright © 2019. All rights reserved.