public class UTXO extends TxInput
| Constructor and Description |
|---|
UTXO(String txId,
Integer vout,
String scriptPubKey,
String address,
BigDecimal amount) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
BigDecimal |
getAmount() |
String |
toString() |
public UTXO(String txId, Integer vout, String scriptPubKey, String address, BigDecimal amount)
public String getAddress()
public BigDecimal getAmount()
Copyright © 2018. All rights reserved.