| Package | Description |
|---|---|
| wf.bitcoin.javabitcoindrpcclient |
| Modifier and Type | Method and Description |
|---|---|
List<BitcoindRpcClient.ReceivedAddress> |
BitcoinJSONRPCClient.listReceivedByAddress() |
List<BitcoindRpcClient.ReceivedAddress> |
BitcoindRpcClient.listReceivedByAddress()
The listreceivedbyaddress RPC lists the total number of bitcoins received by each address.
|
List<BitcoindRpcClient.ReceivedAddress> |
BitcoinJSONRPCClient.listReceivedByAddress(int minConf) |
List<BitcoindRpcClient.ReceivedAddress> |
BitcoindRpcClient.listReceivedByAddress(int minConf)
The listreceivedbyaddress RPC lists the total number of bitcoins received by each address.
|
List<BitcoindRpcClient.ReceivedAddress> |
BitcoinJSONRPCClient.listReceivedByAddress(int minConf,
boolean includeEmpty) |
List<BitcoindRpcClient.ReceivedAddress> |
BitcoindRpcClient.listReceivedByAddress(int minConf,
boolean includeEmpty)
The listreceivedbyaddress RPC lists the total number of bitcoins received by each address.
|
Copyright © 2018. All rights reserved.