public class Mosaic
extends java.lang.Object
| Constructor and Description |
|---|
Mosaic(UnresolvedMosaicId id,
java.math.BigInteger amount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.math.BigInteger |
getAmount()
Return mosaic amount.
|
UnresolvedMosaicId |
getId()
Returns the mosaic identifier
|
java.lang.String |
getIdAsHex()
Returns mosaic id as a hexadecimal string
|
int |
hashCode() |
public Mosaic(UnresolvedMosaicId id, java.math.BigInteger amount)
public UnresolvedMosaicId getId()
public java.lang.String getIdAsHex()
public java.math.BigInteger getAmount()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object