| Package | Description |
|---|---|
| wf.bitcoin.javabitcoindrpcclient |
| Modifier and Type | Method and Description |
|---|---|
BitcoindRpcClient.Transaction |
BitcoinJSONRPCClient.getTransaction(String txId) |
BitcoindRpcClient.Transaction |
BitcoindRpcClient.getTransaction(String txId)
The gettransaction RPC gets detailed information about an in-wallet transaction.
|
| Modifier and Type | Method and Description |
|---|---|
List<BitcoindRpcClient.Transaction> |
BitcoinJSONRPCClient.listTransactions() |
List<BitcoindRpcClient.Transaction> |
BitcoindRpcClient.listTransactions()
The listtransactions RPC returns the most recent transactions that affect the wallet.
|
List<BitcoindRpcClient.Transaction> |
BitcoinJSONRPCClient.listTransactions(String account) |
List<BitcoindRpcClient.Transaction> |
BitcoindRpcClient.listTransactions(String account)
The listtransactions RPC returns the most recent transactions that affect the wallet.
|
List<BitcoindRpcClient.Transaction> |
BitcoinJSONRPCClient.listTransactions(String account,
int count) |
List<BitcoindRpcClient.Transaction> |
BitcoindRpcClient.listTransactions(String account,
int count)
The listtransactions RPC returns the most recent transactions that affect the wallet.
|
List<BitcoindRpcClient.Transaction> |
BitcoinJSONRPCClient.listTransactions(String account,
int count,
int skip) |
List<BitcoindRpcClient.Transaction> |
BitcoindRpcClient.listTransactions(String account,
int count,
int skip)
The listtransactions RPC returns the most recent transactions that affect the wallet.
|
List<BitcoindRpcClient.Transaction> |
BitcoindRpcClient.TransactionsSinceBlock.transactions() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ConfirmedPaymentListener.confirmed(BitcoindRpcClient.Transaction transaction) |
void |
ConfirmedPaymentListener.transaction(BitcoindRpcClient.Transaction transaction) |
void |
SimpleBitcoinPaymentListener.transaction(BitcoindRpcClient.Transaction transaction) |
void |
BitcoinPaymentListener.transaction(BitcoindRpcClient.Transaction transaction) |
Copyright © 2018. All rights reserved.