public class Currency extends Object
| Constructor and Description |
|---|
Currency(int decimals,
String address,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
int |
getDecimals() |
String |
getName() |
String |
toString() |
Copyright © 2019. All rights reserved.