public class CoinBalance extends BaseCoinValue
| Modifier and Type | Field and Description |
|---|---|
MinterAddress |
address |
amount, bipValue, coin| Constructor and Description |
|---|
CoinBalance() |
CoinBalance(java.lang.String coin,
java.math.BigDecimal amount,
java.math.BigDecimal bipValue,
MinterAddress address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public CoinBalance()
public CoinBalance(java.lang.String coin,
java.math.BigDecimal amount,
java.math.BigDecimal bipValue,
MinterAddress address)
public boolean equals(java.lang.Object o)
equals in class BaseCoinValuepublic int hashCode()
hashCode in class BaseCoinValue