public class XEM extends Mosaic
| Modifier and Type | Field and Description |
|---|---|
static int |
DIVISIBILITY
Divisibility
|
static java.math.BigInteger |
INITIALSUPPLY
Initial supply
|
static MosaicId |
MOSAICID
Mosaic id
|
static NamespaceId |
NAMESPACEID
Namespace id
|
static boolean |
SUPPLYMUTABLE
Is supply mutable
|
static boolean |
TRANSFERABLE
Is transferable
|
| Constructor and Description |
|---|
XEM(java.math.BigInteger amount) |
| Modifier and Type | Method and Description |
|---|---|
static XEM |
createAbsolute(java.math.BigInteger amount)
Create xem with using micro xem as unit, 1 XEM = 1000000 micro XEM.
|
static XEM |
createRelative(java.math.BigInteger amount)
Create xem with using xem as unit.
|
public static final int DIVISIBILITY
public static final java.math.BigInteger INITIALSUPPLY
public static final boolean TRANSFERABLE
public static final boolean SUPPLYMUTABLE
public static final NamespaceId NAMESPACEID
public static final MosaicId MOSAICID
public static XEM createRelative(java.math.BigInteger amount)
amount - amount to sendpublic static XEM createAbsolute(java.math.BigInteger amount)
amount - amount to send