- generate(int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The generate RPC nearly instantly generates blocks.
- generate(int, long) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The generate RPC nearly instantly generates blocks.
- generate(int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- generate(int, long) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- generated() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.Transaction
-
- generateToAddress(int, String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The generatetoaddress RPC mines blocks immediately to a specified address.
- generateToAddress(int, String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- GenericRpcException - Exception in wf.bitcoin.javabitcoindrpcclient
-
- GenericRpcException() - Constructor for exception wf.bitcoin.javabitcoindrpcclient.GenericRpcException
-
Creates a new instance of
BitcoinException without detail message.
- GenericRpcException(String) - Constructor for exception wf.bitcoin.javabitcoindrpcclient.GenericRpcException
-
Constructs an instance of
BitcoinException with the specified detail message.
- GenericRpcException(Throwable) - Constructor for exception wf.bitcoin.javabitcoindrpcclient.GenericRpcException
-
- GenericRpcException(String, Throwable) - Constructor for exception wf.bitcoin.javabitcoindrpcclient.GenericRpcException
-
- getAccount(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- getAccount(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getAccountAddress(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinAcceptor
-
- getAccountAddress(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- getAccountAddress(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getAddedNodeInfo(boolean, String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getaddednodeinfo RPC returns information about the given added node, or all added nodes (except onetry nodes).
- getAddedNodeInfo(boolean, String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getAddr() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getAddress() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.AddressUtxo
-
- getAddressBalance(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- getAddressBalance(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getAddressesByAccount(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- getAddressesByAccount(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getAddressUtxo(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- getAddressUtxo(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getAddrLocal() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getBalance() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.AddressBalance
-
- getBalance() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getbalance RPC gets the balance in decimal bitcoins for the default account.
- getBalance(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getbalance RPC gets the balance in decimal bitcoins across all accounts or for a particular account.
- getBalance(String, int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getbalance RPC gets the balance in decimal bitcoins across all accounts or for a particular account.
- getBalance() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getBalance(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getBalance(String, int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getBanScore() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getBestBlockHash() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getbestblockhash RPC returns the header hash of the most recent block on the best block chain.
- getBestBlockHash() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getBlock(int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Gets a block at the given height from the local block database.
- getBlock(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getblock RPC gets a block with a particular header hash from the local block database either as a JSON object or as a serialized block.
- getBlock(int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getBlock(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getBlockChainInfo() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getblockchaininfo RPC provides information about the current state of the block chain.
- getBlockChainInfo() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getBlockCount() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getblockcount RPC returns the number of blocks in the local best block chain.
- getBlockCount() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getBlockHash(int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getblockhash RPC returns the header hash of a block at the given height in the local best block chain.
- getBlockHash(int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getBytesRecv() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getBytesSent() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getCheckInterval() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinAcceptor
-
Get the value of checkInterval
- getCode() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinRPCError
-
get the code returned by the bitcoind.
some of the error codes are defined in
BitcoinRPCErrorCode
- getConnectionCount() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getconnectioncount RPC returns the number of connections to other nodes.
- getConnectionCount() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getConnTime() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getDifficulty() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getdifficulty RPC
- getDifficulty() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getGenerate() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- getGenerate() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getHeight() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.AddressUtxo
-
- getHostnameVerifier() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getId() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getInfo() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- getInfo() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getLastBlock() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinAcceptor
-
- getLastRecv() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getLastSend() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getListeners() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinAcceptor
-
- getMessage() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinRPCError
-
- getMiningInfo() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getmininginfo RPC returns various mining-related information.
- getMiningInfo() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getNetTotals() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getnettotals RPC returns information about network traffic, including bytes in, bytes out, and the current time.
- getNetTotals() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getNetworkHashPs() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getnetworkhashps RPC returns the estimated current or historical network hashes per second based on the last n blocks.
- getNetworkHashPs() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getNetworkInfo() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getnetworkinfo RPC returns information about the node’s connection to the network.
- getNetworkInfo() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getNewAddress() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getnewaddress RPC returns a new Bitcoin address for receiving payments.
- getNewAddress(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getnewaddress RPC returns a new Bitcoin address for receiving payments.
- getNewAddress(String, String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getnewaddress RPC returns a new Bitcoin address for receiving payments.
- getNewAddress() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getNewAddress(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getNewAddress(String, String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getOutputIndex() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.AddressUtxo
-
- getPeerInfo() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getpeerinfo RPC returns data about each connected network node.
- getPeerInfo() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getPingTime() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getRawBlock(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- getRawBlock(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getRawChangeAddress() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getrawchangeaddress RPC returns a new Bitcoin address for receiving change.
- getRawChangeAddress() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getRawMemPool() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getrawmempool RPC returns all transaction identifiers (TXIDs) in the memory pool as a JSON array,
or detailed information about each transaction in the memory pool as a JSON object.
- getRawMemPool() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getRawTransaction(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getrawtransaction RPC gets a hex-encoded serialized transaction or a JSON object describing the transaction.
- getRawTransaction(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getRawTransactionHex(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getrawtransaction RPC gets a hex-encoded serialized transaction.
- getRawTransactionHex(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getReceived() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.AddressBalance
-
- getReceivedByAccount(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- getReceivedByAccount(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getReceivedByAccount(String, int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getReceivedByAddress(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getreceivedbyaddress RPC returns the total amount received by the specified address in transactions with the specified number of confirmations.
- getReceivedByAddress(String, int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getreceivedbyaddress RPC returns the total amount received by the specified address in transactions with the specified number of confirmations.
- getReceivedByAddress(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getReceivedByAddress(String, int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getResponse() - Method in exception wf.bitcoin.javabitcoindrpcclient.BitcoinRPCException
-
- getResponseCode() - Method in exception wf.bitcoin.javabitcoindrpcclient.BitcoinRPCException
-
- getResponseMessage() - Method in exception wf.bitcoin.javabitcoindrpcclient.BitcoinRPCException
-
- getRPCError() - Method in exception wf.bitcoin.javabitcoindrpcclient.BitcoinRPCException
-
- getRpcMethod() - Method in exception wf.bitcoin.javabitcoindrpcclient.BitcoinRPCException
-
- getRpcParams() - Method in exception wf.bitcoin.javabitcoindrpcclient.BitcoinRPCException
-
- getSatoshis() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.AddressUtxo
-
- getScript() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.AddressUtxo
-
- getServices() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getSslSocketFactory() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getStartingHeight() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getSubVer() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getSyncedBlocks() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getSyncedHeaders() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getTimeOffset() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getTransaction(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The gettransaction RPC gets detailed information about an in-wallet transaction.
- getTransaction() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.RawTransaction.In
-
- getTransaction(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getTransactionOutput() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.RawTransaction.In
-
- getTxid() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.AddressUtxo
-
- getTxOut(String, long) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The gettxout RPC returns details about an unspent transaction output (UTXO).
- getTxOut(String, long) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getTxOut(String, long, boolean) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getTxOutSetInfo() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The gettxoutsetinfo RPC returns statistics about the confirmed unspent transaction output (UTXO) set.
- getTxOutSetInfo() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getUnconfirmedBalance() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getunconfirmedbalance RPC returns the wallet’s total unconfirmed balance.
- getUnconfirmedBalance() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- getVersion() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.PeerInfoResult
-
- getWalletInfo() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The getwalletinfo RPC provides information about the wallet.
- getWalletInfo() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- lastBlock() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.TransactionsSinceBlock
-
- length() - Method in class wf.bitcoin.krotjson.StringParser
-
- limited() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.Network
-
- listAccounts() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- listAccounts(int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- listAccounts(int, boolean) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
Deprecated.
- listAccounts() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listAccounts(int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listAccounts(int, boolean) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listLockUnspent() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listlockunspent RPC returns a list of temporarily unspendable (locked) outputs.
- listLockUnspent() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listReceivedByAddress() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listreceivedbyaddress RPC lists the total number of bitcoins received by each address.
- listReceivedByAddress(int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listreceivedbyaddress RPC lists the total number of bitcoins received by each address.
- listReceivedByAddress(int, boolean) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listreceivedbyaddress RPC lists the total number of bitcoins received by each address.
- listReceivedByAddress() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listReceivedByAddress(int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listReceivedByAddress(int, boolean) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listSinceBlock() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
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.
- listSinceBlock(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
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.
- listSinceBlock(String, int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
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.
- listSinceBlock() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listSinceBlock(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listSinceBlock(String, int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listTransactions() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listtransactions RPC returns the most recent transactions that affect the wallet.
- listTransactions(String) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listtransactions RPC returns the most recent transactions that affect the wallet.
- listTransactions(String, int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listtransactions RPC returns the most recent transactions that affect the wallet.
- listTransactions(String, int, int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listtransactions RPC returns the most recent transactions that affect the wallet.
- listTransactions() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listTransactions(String) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listTransactions(String, int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listTransactions(String, int, int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listUnspent() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listunspent RPC returns an array of unspent transaction outputs belonging to this wallet.
- listUnspent(int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listunspent RPC returns an array of unspent transaction outputs belonging to this wallet.
- listUnspent(int, int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listunspent RPC returns an array of unspent transaction outputs belonging to this wallet.
- listUnspent(int, int, String...) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The listunspent RPC returns an array of unspent transaction outputs belonging to this wallet.
- listUnspent() - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listUnspent(int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listUnspent(int, int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- listUnspent(int, int, String...) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- loadResponse(InputStream, Object, boolean) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-
- localAddresses() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.NetworkInfo
-
- localRelay() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.NetworkInfo
-
- localServices() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.NetworkInfo
-
- lockTime() - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.RawTransaction
-
- lockUnspent(boolean, String, int) - Method in interface wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient
-
The lockunspent RPC temporarily locks or unlocks specified transaction outputs.
- lockUnspent(boolean, String, int) - Method in class wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient
-