Package wf.bitcoin.javabitcoindrpcclient
Interface BitcoindRpcClient.UtxoSet
-
- Enclosing interface:
- BitcoindRpcClient
public static interface BitcoindRpcClient.UtxoSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.IntegersearchedItems()java.math.BigDecimaltotalAmount()java.util.List<BitcoindRpcClient.UnspentTxOutput>unspents()
-
-
-
Method Detail
-
searchedItems
java.lang.Integer searchedItems()
-
totalAmount
java.math.BigDecimal totalAmount()
-
unspents
java.util.List<BitcoindRpcClient.UnspentTxOutput> unspents()
-
-