public static class HistoryTransaction.TxSendCoinResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.math.BigDecimal |
amount |
java.lang.String |
coin |
MinterAddress |
from |
MinterAddress |
to |
| Constructor and Description |
|---|
TxSendCoinResult() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmount() |
java.lang.String |
getCoin() |
MinterAddress |
getFrom() |
MinterAddress |
getTo() |