| Package | Description |
|---|---|
| wf.bitcoin.javabitcoindrpcclient |
| Modifier and Type | Class and Description |
|---|---|
class |
BitcoinRPCException |
| Modifier and Type | Method and Description |
|---|---|
String |
BitcoinJSONRPCClient.addMultiSigAddress(int nRequired,
List<String> keyObject) |
String |
BitcoinJSONRPCClient.addMultiSigAddress(int nRequired,
List<String> keyObject,
String account) |
void |
BitcoinJSONRPCClient.addNode(String node,
String command) |
void |
BitcoinJSONRPCClient.backupWallet(String destination) |
void |
BitcoinAcceptor.checkPayments() |
String |
BitcoinRawTxBuilder.create() |
BitcoindRpcClient.MultiSig |
BitcoindRpcClient.createMultiSig(int nRequired,
List<String> keys) |
BitcoindRpcClient.MultiSig |
BitcoinJSONRPCClient.createMultiSig(int nRequired,
List<String> keys) |
String |
BitcoindRpcClient.createRawTransaction(List<BitcoindRpcClient.TxInput> inputs,
List<BitcoindRpcClient.TxOutput> outputs) |
String |
BitcoinJSONRPCClient.createRawTransaction(List<BitcoindRpcClient.TxInput> inputs,
List<BitcoindRpcClient.TxOutput> outputs) |
BitcoindRpcClient.RawTransaction |
BitcoinJSONRPCClient.decodeRawTransaction(String hex) |
BitcoindRpcClient.DecodedScript |
BitcoinJSONRPCClient.decodeScript(String hex) |
String |
BitcoindRpcClient.dumpPrivKey(String address) |
String |
BitcoinJSONRPCClient.dumpPrivKey(String address) |
void |
BitcoinJSONRPCClient.dumpWallet(String filename) |
void |
BitcoinJSONRPCClient.encryptWallet(String passPhrase) |
String |
BitcoindRpcClient.getAccount(String address) |
String |
BitcoinJSONRPCClient.getAccount(String address) |
String |
BitcoindRpcClient.getAccountAddress(String address) |
String |
BitcoinAcceptor.getAccountAddress(String account) |
String |
BitcoinJSONRPCClient.getAccountAddress(String address) |
List<BitcoindRpcClient.NodeInfo> |
BitcoinJSONRPCClient.getAddedNodeInfo(boolean dummy,
String node) |
List<String> |
BitcoindRpcClient.getAddressesByAccount(String account) |
List<String> |
BitcoinJSONRPCClient.getAddressesByAccount(String account) |
double |
BitcoindRpcClient.getBalance() |
double |
BitcoinJSONRPCClient.getBalance() |
double |
BitcoindRpcClient.getBalance(String account) |
double |
BitcoinJSONRPCClient.getBalance(String account) |
double |
BitcoindRpcClient.getBalance(String account,
int minConf) |
double |
BitcoinJSONRPCClient.getBalance(String account,
int minConf) |
String |
BitcoindRpcClient.getBestBlockHash() |
String |
BitcoinJSONRPCClient.getBestBlockHash() |
BitcoindRpcClient.Block |
BitcoindRpcClient.getBlock(int height) |
BitcoindRpcClient.Block |
BitcoinJSONRPCClient.getBlock(int height) |
BitcoindRpcClient.Block |
BitcoindRpcClient.getBlock(String blockHash) |
BitcoindRpcClient.Block |
BitcoinJSONRPCClient.getBlock(String blockHash) |
BitcoindRpcClient.BlockChainInfo |
BitcoindRpcClient.getBlockChainInfo() |
BitcoindRpcClient.BlockChainInfo |
BitcoinJSONRPCClient.getBlockChainInfo() |
int |
BitcoindRpcClient.getBlockCount() |
int |
BitcoinJSONRPCClient.getBlockCount() |
String |
BitcoindRpcClient.getBlockHash(int height) |
String |
BitcoinJSONRPCClient.getBlockHash(int height) |
long |
BitcoinJSONRPCClient.getConnectionCount() |
double |
BitcoinJSONRPCClient.getDifficulty() |
double |
BitcoindRpcClient.getEstimateFee(int nBlocks) |
double |
BitcoinJSONRPCClient.getEstimateFee(int nBlocks) |
double |
BitcoindRpcClient.getEstimatePriority(int nBlocks) |
double |
BitcoinJSONRPCClient.getEstimatePriority(int nBlocks) |
BitcoindRpcClient.Info |
BitcoindRpcClient.getInfo() |
BitcoindRpcClient.Info |
BitcoinJSONRPCClient.getInfo() |
BitcoindRpcClient.MiningInfo |
BitcoindRpcClient.getMiningInfo() |
BitcoindRpcClient.MiningInfo |
BitcoinJSONRPCClient.getMiningInfo() |
BitcoindRpcClient.NetTotals |
BitcoinJSONRPCClient.getNetTotals() |
double |
BitcoinJSONRPCClient.getNetworkHashPs() |
BitcoindRpcClient.NetworkInfo |
BitcoindRpcClient.getNetworkInfo() |
BitcoindRpcClient.NetworkInfo |
BitcoinJSONRPCClient.getNetworkInfo() |
String |
BitcoindRpcClient.getNewAddress() |
String |
BitcoinJSONRPCClient.getNewAddress() |
String |
BitcoindRpcClient.getNewAddress(String account) |
String |
BitcoinJSONRPCClient.getNewAddress(String account) |
List<BitcoindRpcClient.PeerInfoResult> |
BitcoinJSONRPCClient.getPeerInfo() |
String |
BitcoinJSONRPCClient.getRawChangeAddress() |
List<String> |
BitcoindRpcClient.getRawMemPool() |
List<String> |
BitcoinJSONRPCClient.getRawMemPool() |
BitcoindRpcClient.RawTransaction |
BitcoindRpcClient.getRawTransaction(String txId) |
BitcoindRpcClient.RawTransaction |
BitcoinJSONRPCClient.getRawTransaction(String txId) |
String |
BitcoindRpcClient.getRawTransactionHex(String txId) |
String |
BitcoinJSONRPCClient.getRawTransactionHex(String txId) |
BigDecimal |
BitcoinJSONRPCClient.getReceivedByAccount(String account) |
BigDecimal |
BitcoinJSONRPCClient.getReceivedByAccount(String account,
int minConf) |
double |
BitcoindRpcClient.getReceivedByAddress(String address) |
double |
BitcoinJSONRPCClient.getReceivedByAddress(String address) |
double |
BitcoindRpcClient.getReceivedByAddress(String address,
int minConf)
Returns the total amount received by <bitcoinaddress> in transactions
with at least [minconf] confirmations.
|
double |
BitcoinJSONRPCClient.getReceivedByAddress(String address,
int minConf) |
BitcoindRpcClient.TxOut |
BitcoinJSONRPCClient.getTxOut(String txId,
long vout) |
BitcoindRpcClient.TxOut |
BitcoinJSONRPCClient.getTxOut(String txId,
long vout,
boolean includemempool) |
BitcoindRpcClient.TxOutSetInfo |
BitcoinJSONRPCClient.getTxOutSetInfo() |
double |
BitcoinJSONRPCClient.getUnconfirmedBalance() |
void |
BitcoindRpcClient.importPrivKey(String bitcoinPrivKey) |
void |
BitcoinJSONRPCClient.importPrivKey(String bitcoinPrivKey) |
void |
BitcoindRpcClient.importPrivKey(String bitcoinPrivKey,
String label) |
void |
BitcoinJSONRPCClient.importPrivKey(String bitcoinPrivKey,
String label) |
void |
BitcoindRpcClient.importPrivKey(String bitcoinPrivKey,
String label,
boolean rescan) |
void |
BitcoinJSONRPCClient.importPrivKey(String bitcoinPrivKey,
String label,
boolean rescan) |
void |
BitcoinJSONRPCClient.importWallet(String filename) |
BitcoinRawTxBuilder |
BitcoinRawTxBuilder.in(double value) |
BitcoinRawTxBuilder |
BitcoinRawTxBuilder.in(double value,
int minConf) |
void |
BitcoindRpcClient.invalidateBlock(String hash)
In regtest mode, invalidates a block to create an orphan chain
|
void |
BitcoinJSONRPCClient.invalidateBlock(String hash) |
void |
BitcoinJSONRPCClient.keyPoolRefill() |
void |
BitcoinJSONRPCClient.keyPoolRefill(long size) |
Map<String,Number> |
BitcoindRpcClient.listAccounts()
listaccounts [minconf=1]
|
Map<String,Number> |
BitcoinJSONRPCClient.listAccounts() |
Map<String,Number> |
BitcoindRpcClient.listAccounts(int minConf) |
Map<String,Number> |
BitcoinJSONRPCClient.listAccounts(int minConf) |
List<BitcoindRpcClient.ReceivedAddress> |
BitcoindRpcClient.listReceivedByAddress() |
List<BitcoindRpcClient.ReceivedAddress> |
BitcoinJSONRPCClient.listReceivedByAddress() |
List<BitcoindRpcClient.ReceivedAddress> |
BitcoindRpcClient.listReceivedByAddress(int minConf) |
List<BitcoindRpcClient.ReceivedAddress> |
BitcoinJSONRPCClient.listReceivedByAddress(int minConf) |
List<BitcoindRpcClient.ReceivedAddress> |
BitcoindRpcClient.listReceivedByAddress(int minConf,
boolean includeEmpty) |
List<BitcoindRpcClient.ReceivedAddress> |
BitcoinJSONRPCClient.listReceivedByAddress(int minConf,
boolean includeEmpty) |
BitcoindRpcClient.TransactionsSinceBlock |
BitcoindRpcClient.listSinceBlock() |
BitcoindRpcClient.TransactionsSinceBlock |
BitcoinJSONRPCClient.listSinceBlock() |
BitcoindRpcClient.TransactionsSinceBlock |
BitcoindRpcClient.listSinceBlock(String blockHash) |
BitcoindRpcClient.TransactionsSinceBlock |
BitcoinJSONRPCClient.listSinceBlock(String blockHash) |
BitcoindRpcClient.TransactionsSinceBlock |
BitcoindRpcClient.listSinceBlock(String blockHash,
int targetConfirmations) |
BitcoindRpcClient.TransactionsSinceBlock |
BitcoinJSONRPCClient.listSinceBlock(String blockHash,
int targetConfirmations) |
List<BitcoindRpcClient.Transaction> |
BitcoindRpcClient.listTransactions() |
List<BitcoindRpcClient.Transaction> |
BitcoinJSONRPCClient.listTransactions() |
List<BitcoindRpcClient.Transaction> |
BitcoindRpcClient.listTransactions(String account) |
List<BitcoindRpcClient.Transaction> |
BitcoinJSONRPCClient.listTransactions(String account) |
List<BitcoindRpcClient.Transaction> |
BitcoindRpcClient.listTransactions(String account,
int count) |
List<BitcoindRpcClient.Transaction> |
BitcoinJSONRPCClient.listTransactions(String account,
int count) |
List<BitcoindRpcClient.Transaction> |
BitcoindRpcClient.listTransactions(String account,
int count,
int from) |
List<BitcoindRpcClient.Transaction> |
BitcoinJSONRPCClient.listTransactions(String account,
int count,
int from) |
List<BitcoindRpcClient.Unspent> |
BitcoindRpcClient.listUnspent() |
List<BitcoindRpcClient.Unspent> |
BitcoinJSONRPCClient.listUnspent() |
List<BitcoindRpcClient.Unspent> |
BitcoindRpcClient.listUnspent(int minConf) |
List<BitcoindRpcClient.Unspent> |
BitcoinJSONRPCClient.listUnspent(int minConf) |
List<BitcoindRpcClient.Unspent> |
BitcoindRpcClient.listUnspent(int minConf,
int maxConf) |
List<BitcoindRpcClient.Unspent> |
BitcoinJSONRPCClient.listUnspent(int minConf,
int maxConf) |
List<BitcoindRpcClient.Unspent> |
BitcoindRpcClient.listUnspent(int minConf,
int maxConf,
String... addresses) |
List<BitcoindRpcClient.Unspent> |
BitcoinJSONRPCClient.listUnspent(int minConf,
int maxConf,
String... addresses) |
Object |
BitcoinJSONRPCClient.loadResponse(InputStream in,
Object expectedID,
boolean close) |
String |
BitcoindRpcClient.move(String fromAccount,
String toBitcoinAddress,
double amount) |
String |
BitcoinJSONRPCClient.move(String fromAccount,
String toBitcoinAddress,
double amount) |
String |
BitcoindRpcClient.move(String fromAccount,
String toBitcoinAddress,
double amount,
int minConf) |
String |
BitcoinJSONRPCClient.move(String fromAccount,
String toBitcoinAddress,
double amount,
int minConf) |
String |
BitcoindRpcClient.move(String fromAccount,
String toBitcoinAddress,
double amount,
int minConf,
String comment) |
String |
BitcoinJSONRPCClient.move(String fromAccount,
String toBitcoinAddress,
double amount,
int minConf,
String comment) |
BitcoindRpcClient.Block |
BitcoindRpcClient.Block.next() |
BitcoinRawTxBuilder |
BitcoinRawTxBuilder.outChange(String address) |
BitcoinRawTxBuilder |
BitcoinRawTxBuilder.outChange(String address,
double fee) |
void |
BitcoinJSONRPCClient.ping() |
BitcoindRpcClient.Block |
BitcoindRpcClient.Block.previous() |
Object |
BitcoinJSONRPCClient.query(String method,
Object... o) |
void |
BitcoindRpcClient.reconsiderBlock(String hash)
In regtest mode, undo the invalidation of a block, possibly making it on
the top of the chain
|
void |
BitcoinJSONRPCClient.reconsiderBlock(String hash) |
String |
BitcoinRawTxBuilder.send() |
String |
BitcoindRpcClient.sendFrom(String fromAccount,
String toBitcoinAddress,
double amount) |
String |
BitcoinJSONRPCClient.sendFrom(String fromAccount,
String toBitcoinAddress,
double amount) |
String |
BitcoindRpcClient.sendFrom(String fromAccount,
String toBitcoinAddress,
double amount,
int minConf) |
String |
BitcoinJSONRPCClient.sendFrom(String fromAccount,
String toBitcoinAddress,
double amount,
int minConf) |
String |
BitcoindRpcClient.sendFrom(String fromAccount,
String toBitcoinAddress,
double amount,
int minConf,
String comment) |
String |
BitcoinJSONRPCClient.sendFrom(String fromAccount,
String toBitcoinAddress,
double amount,
int minConf,
String comment) |
String |
BitcoindRpcClient.sendFrom(String fromAccount,
String toBitcoinAddress,
double amount,
int minConf,
String comment,
String commentTo)
Will send the given amount to the given address, ensuring the account has a
valid balance using minConf confirmations.
|
String |
BitcoinJSONRPCClient.sendFrom(String fromAccount,
String toBitcoinAddress,
double amount,
int minConf,
String comment,
String commentTo) |
String |
BitcoindRpcClient.sendRawTransaction(String hex) |
String |
BitcoinJSONRPCClient.sendRawTransaction(String hex) |
String |
BitcoindRpcClient.sendToAddress(String toAddress,
double amount) |
String |
BitcoinJSONRPCClient.sendToAddress(String toAddress,
double amount) |
String |
BitcoindRpcClient.sendToAddress(String toAddress,
double amount,
String comment) |
String |
BitcoinJSONRPCClient.sendToAddress(String toAddress,
double amount,
String comment) |
String |
BitcoindRpcClient.sendToAddress(String toAddress,
double amount,
String comment,
String commentTo) |
String |
BitcoinJSONRPCClient.sendToAddress(String toAddress,
double amount,
String comment,
String commentTo) |
void |
BitcoinAcceptor.setLastBlock(String lastBlock) |
boolean |
BitcoinJSONRPCClient.setTxFee(BigDecimal amount) |
String |
BitcoinRawTxBuilder.sign() |
String |
BitcoinJSONRPCClient.signMessage(String bitcoinAdress,
String message) |
String |
BitcoinJSONRPCClient.signRawTransaction(String hex) |
String |
BitcoindRpcClient.signRawTransaction(String hex,
List<BitcoindRpcClient.ExtendedTxInput> inputs,
List<String> privateKeys) |
String |
BitcoinJSONRPCClient.signRawTransaction(String hex,
List<BitcoindRpcClient.ExtendedTxInput> inputs,
List<String> privateKeys) |
BitcoindRpcClient.AddressValidationResult |
BitcoindRpcClient.validateAddress(String address) |
BitcoindRpcClient.AddressValidationResult |
BitcoinJSONRPCClient.validateAddress(String address) |
boolean |
BitcoinJSONRPCClient.verifyMessage(String bitcoinAddress,
String signature,
String message) |
void |
BitcoinJSONRPCClient.walletPassPhrase(String passPhrase,
long timeOut) |
Copyright © 2017. All rights reserved.