| Package | Description |
|---|---|
| com.github.iotexproject.antenna.utils |
| Modifier and Type | Method and Description |
|---|---|
static Convert.Unit |
Convert.Unit.fromString(String name) |
static Convert.Unit |
Convert.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Convert.Unit[] |
Convert.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Convert.fromRau(BigDecimal number,
Convert.Unit unit) |
static String |
Convert.fromRau(String number,
Convert.Unit unit) |
static String |
Convert.toRau(BigDecimal number,
Convert.Unit unit) |
static String |
Convert.toRau(String number,
Convert.Unit unit) |
Copyright © 2022 IoTeX Group. All rights reserved.