| Package | Description |
|---|---|
| wf.bitcoin.javabitcoindrpcclient |
| Modifier and Type | Method and Description |
|---|---|
List<BitcoindRpcClient.Unspent> |
BitcoinJSONRPCClient.listUnspent() |
List<BitcoindRpcClient.Unspent> |
BitcoindRpcClient.listUnspent()
The listunspent RPC returns an array of unspent transaction outputs belonging to this wallet.
|
List<BitcoindRpcClient.Unspent> |
BitcoinJSONRPCClient.listUnspent(int minConf) |
List<BitcoindRpcClient.Unspent> |
BitcoindRpcClient.listUnspent(int minConf)
The listunspent RPC returns an array of unspent transaction outputs belonging to this wallet.
|
List<BitcoindRpcClient.Unspent> |
BitcoinJSONRPCClient.listUnspent(int minConf,
int maxConf) |
List<BitcoindRpcClient.Unspent> |
BitcoindRpcClient.listUnspent(int minConf,
int maxConf)
The listunspent RPC returns an array of unspent transaction outputs belonging to this wallet.
|
List<BitcoindRpcClient.Unspent> |
BitcoinJSONRPCClient.listUnspent(int minConf,
int maxConf,
String... addresses) |
List<BitcoindRpcClient.Unspent> |
BitcoindRpcClient.listUnspent(int minConf,
int maxConf,
String... addresses)
The listunspent RPC returns an array of unspent transaction outputs belonging to this wallet.
|
Copyright © 2018. All rights reserved.