public class TxOutput extends Object
| Constructor and Description |
|---|
TxOutput(String addr,
BigDecimal amount) |
TxOutput(String addr,
BigDecimal amount,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
BigDecimal |
getAmount() |
byte[] |
getData() |
String |
getType() |
void |
setType(String type) |
String |
toString() |
public TxOutput(String addr, BigDecimal amount)
public TxOutput(String addr, BigDecimal amount, byte[] data)
Copyright © 2018. All rights reserved.