| Package | Description |
|---|---|
| wf.bitcoin.javabitcoindrpcclient |
| Modifier and Type | Method and Description |
|---|---|
BitcoindRpcClient.TransactionsSinceBlock |
BitcoinJSONRPCClient.listSinceBlock() |
BitcoindRpcClient.TransactionsSinceBlock |
BitcoindRpcClient.listSinceBlock()
The listsinceblock RPC gets all transactions affecting the wallet which have occurred since a particular block, plus the header hash of a block at a particular depth.
|
BitcoindRpcClient.TransactionsSinceBlock |
BitcoinJSONRPCClient.listSinceBlock(String blockHash) |
BitcoindRpcClient.TransactionsSinceBlock |
BitcoindRpcClient.listSinceBlock(String blockHash)
The listsinceblock RPC gets all transactions affecting the wallet which have occurred since a particular block, plus the header hash of a block at a particular depth.
|
BitcoindRpcClient.TransactionsSinceBlock |
BitcoinJSONRPCClient.listSinceBlock(String blockHash,
int targetConfirmations) |
BitcoindRpcClient.TransactionsSinceBlock |
BitcoindRpcClient.listSinceBlock(String blockHash,
int targetConfirmations)
The listsinceblock RPC gets all transactions affecting the wallet which have occurred since a particular block, plus the header hash of a block at a particular depth.
|
Copyright © 2018. All rights reserved.