public static interface BitcoindRpcClient.TxOutSetInfo extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
bestBlock() |
long |
bytesSerialized() |
String |
hashSerialized() |
long |
height() |
BigDecimal |
totalAmount() |
long |
transactions() |
long |
txouts() |
long height()
String bestBlock()
long transactions()
long txouts()
long bytesSerialized()
String hashSerialized()
BigDecimal totalAmount()
Copyright © 2017. All rights reserved.