![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "amount.h"
#include "rpc/protocol.h"
#include "uint256.h"
#include <list>
#include <map>
#include <stdint.h>
#include <string>
#include <boost/function.hpp>
#include <univalue.h>
Go to the source code of this file.
Classes | |
class | JSONRequest |
class | RPCTimerBase |
class | RPCTimerInterface |
class | CRPCCommand |
class | CRPCTable |
Namespaces | |
RPCServer | |
Typedefs | |
typedef UniValue(* | rpcfn_type) (const UniValue ¶ms, bool fHelp) |
Functions | |
void | RPCServer::OnStarted (boost::function< void()> slot) |
void | RPCServer::OnStopped (boost::function< void()> slot) |
void | RPCServer::OnPreCommand (boost::function< void(const CRPCCommand &)> slot) |
void | RPCServer::OnPostCommand (boost::function< void(const CRPCCommand &)> slot) |
bool | IsRPCRunning () |
void | SetRPCWarmupStatus (const std::string &newStatus) |
void | SetRPCWarmupFinished () |
bool | RPCIsInWarmup (std::string *statusOut) |
void | RPCTypeCheck (const UniValue ¶ms, const std::list< UniValue::VType > &typesExpected, bool fAllowNull=false) |
void | RPCTypeCheckObj (const UniValue &o, const std::map< std::string, UniValue::VType > &typesExpected, bool fAllowNull=false) |
void | RPCRegisterTimerInterface (RPCTimerInterface *iface) |
void | RPCUnregisterTimerInterface (RPCTimerInterface *iface) |
void | RPCRunLater (const std::string &name, boost::function< void(void)> func, int64_t nSeconds) |
uint256 | ParseHashV (const UniValue &v, std::string strName) |
uint256 | ParseHashO (const UniValue &o, std::string strKey) |
std::vector< unsigned char > | ParseHexV (const UniValue &v, std::string strName) |
std::vector< unsigned char > | ParseHexO (const UniValue &o, std::string strKey) |
CAmount | AmountFromValue (const UniValue &value) |
UniValue | ValueFromAmount (const CAmount &amount) |
double | GetDifficulty (const CBlockIndex *blockindex=NULL) |
std::string | HelpRequiringPassphrase () |
std::string | HelpExampleCli (const std::string &methodname, const std::string &args) |
std::string | HelpExampleRpc (const std::string &methodname, const std::string &args) |
void | EnsureWalletIsUnlocked () |
UniValue | getconnectioncount (const UniValue ¶ms, bool fHelp) |
UniValue | getaddressmempool (const UniValue ¶ms, bool fHelp) |
UniValue | getaddressutxos (const UniValue ¶ms, bool fHelp) |
UniValue | getaddressdeltas (const UniValue ¶ms, bool fHelp) |
UniValue | getaddresstxids (const UniValue ¶ms, bool fHelp) |
UniValue | getaddressbalance (const UniValue ¶ms, bool fHelp) |
UniValue | getpeerinfo (const UniValue ¶ms, bool fHelp) |
UniValue | ping (const UniValue ¶ms, bool fHelp) |
UniValue | addnode (const UniValue ¶ms, bool fHelp) |
UniValue | disconnectnode (const UniValue ¶ms, bool fHelp) |
UniValue | getaddednodeinfo (const UniValue ¶ms, bool fHelp) |
UniValue | getnettotals (const UniValue ¶ms, bool fHelp) |
UniValue | setban (const UniValue ¶ms, bool fHelp) |
UniValue | listbanned (const UniValue ¶ms, bool fHelp) |
UniValue | clearbanned (const UniValue ¶ms, bool fHelp) |
UniValue | setnetworkactive (const UniValue ¶ms, bool fHelp) |
UniValue | dumpprivkey (const UniValue ¶ms, bool fHelp) |
UniValue | importprivkey (const UniValue ¶ms, bool fHelp) |
UniValue | importaddress (const UniValue ¶ms, bool fHelp) |
UniValue | importpubkey (const UniValue ¶ms, bool fHelp) |
UniValue | dumphdinfo (const UniValue ¶ms, bool fHelp) |
UniValue | dumpwallet (const UniValue ¶ms, bool fHelp) |
UniValue | importwallet (const UniValue ¶ms, bool fHelp) |
UniValue | importelectrumwallet (const UniValue ¶ms, bool fHelp) |
UniValue | getgenerate (const UniValue ¶ms, bool fHelp) |
UniValue | setgenerate (const UniValue ¶ms, bool fHelp) |
UniValue | generate (const UniValue ¶ms, bool fHelp) |
UniValue | getnetworkhashps (const UniValue ¶ms, bool fHelp) |
UniValue | getmininginfo (const UniValue ¶ms, bool fHelp) |
UniValue | prioritisetransaction (const UniValue ¶ms, bool fHelp) |
UniValue | getblocktemplate (const UniValue ¶ms, bool fHelp) |
UniValue | submitblock (const UniValue ¶ms, bool fHelp) |
UniValue | estimatefee (const UniValue ¶ms, bool fHelp) |
UniValue | estimatepriority (const UniValue ¶ms, bool fHelp) |
UniValue | estimatesmartfee (const UniValue ¶ms, bool fHelp) |
UniValue | estimatesmartpriority (const UniValue ¶ms, bool fHelp) |
UniValue | instantsendtoaddress (const UniValue ¶ms, bool fHelp) |
UniValue | keepass (const UniValue ¶ms, bool fHelp) |
UniValue | getnewaddress (const UniValue ¶ms, bool fHelp) |
UniValue | getaccountaddress (const UniValue ¶ms, bool fHelp) |
UniValue | getrawchangeaddress (const UniValue ¶ms, bool fHelp) |
UniValue | setaccount (const UniValue ¶ms, bool fHelp) |
UniValue | getaccount (const UniValue ¶ms, bool fHelp) |
UniValue | getaddressesbyaccount (const UniValue ¶ms, bool fHelp) |
UniValue | sendtoaddress (const UniValue ¶ms, bool fHelp) |
UniValue | signmessage (const UniValue ¶ms, bool fHelp) |
UniValue | verifymessage (const UniValue ¶ms, bool fHelp) |
UniValue | getreceivedbyaddress (const UniValue ¶ms, bool fHelp) |
UniValue | getreceivedbyaccount (const UniValue ¶ms, bool fHelp) |
UniValue | getbalance (const UniValue ¶ms, bool fHelp) |
UniValue | getunconfirmedbalance (const UniValue ¶ms, bool fHelp) |
UniValue | movecmd (const UniValue ¶ms, bool fHelp) |
UniValue | sendfrom (const UniValue ¶ms, bool fHelp) |
UniValue | sendmany (const UniValue ¶ms, bool fHelp) |
UniValue | addmultisigaddress (const UniValue ¶ms, bool fHelp) |
UniValue | createmultisig (const UniValue ¶ms, bool fHelp) |
UniValue | listreceivedbyaddress (const UniValue ¶ms, bool fHelp) |
UniValue | listreceivedbyaccount (const UniValue ¶ms, bool fHelp) |
UniValue | listtransactions (const UniValue ¶ms, bool fHelp) |
UniValue | listaddressgroupings (const UniValue ¶ms, bool fHelp) |
UniValue | listaccounts (const UniValue ¶ms, bool fHelp) |
UniValue | listsinceblock (const UniValue ¶ms, bool fHelp) |
UniValue | gettransaction (const UniValue ¶ms, bool fHelp) |
UniValue | abandontransaction (const UniValue ¶ms, bool fHelp) |
UniValue | backupwallet (const UniValue ¶ms, bool fHelp) |
UniValue | keypoolrefill (const UniValue ¶ms, bool fHelp) |
UniValue | walletpassphrase (const UniValue ¶ms, bool fHelp) |
UniValue | walletpassphrasechange (const UniValue ¶ms, bool fHelp) |
UniValue | walletlock (const UniValue ¶ms, bool fHelp) |
UniValue | encryptwallet (const UniValue ¶ms, bool fHelp) |
UniValue | validateaddress (const UniValue ¶ms, bool fHelp) |
UniValue | getinfo (const UniValue ¶ms, bool fHelp) |
UniValue | debug (const UniValue ¶ms, bool fHelp) |
UniValue | getwalletinfo (const UniValue ¶ms, bool fHelp) |
UniValue | getblockchaininfo (const UniValue ¶ms, bool fHelp) |
UniValue | getnetworkinfo (const UniValue ¶ms, bool fHelp) |
UniValue | setmocktime (const UniValue ¶ms, bool fHelp) |
UniValue | resendwallettransactions (const UniValue ¶ms, bool fHelp) |
UniValue | getrawtransaction (const UniValue ¶ms, bool fHelp) |
UniValue | listunspent (const UniValue ¶ms, bool fHelp) |
UniValue | lockunspent (const UniValue ¶ms, bool fHelp) |
UniValue | listlockunspent (const UniValue ¶ms, bool fHelp) |
UniValue | createrawtransaction (const UniValue ¶ms, bool fHelp) |
UniValue | decoderawtransaction (const UniValue ¶ms, bool fHelp) |
UniValue | decodescript (const UniValue ¶ms, bool fHelp) |
UniValue | fundrawtransaction (const UniValue ¶ms, bool fHelp) |
UniValue | signrawtransaction (const UniValue ¶ms, bool fHelp) |
UniValue | sendrawtransaction (const UniValue ¶ms, bool fHelp) |
UniValue | gettxoutproof (const UniValue ¶ms, bool fHelp) |
UniValue | verifytxoutproof (const UniValue ¶ms, bool fHelp) |
UniValue | privatesend (const UniValue ¶ms, bool fHelp) |
UniValue | getpoolinfo (const UniValue ¶ms, bool fHelp) |
UniValue | spork (const UniValue ¶ms, bool fHelp) |
UniValue | masternode (const UniValue ¶ms, bool fHelp) |
UniValue | masternodelist (const UniValue ¶ms, bool fHelp) |
UniValue | masternodebroadcast (const UniValue ¶ms, bool fHelp) |
UniValue | gobject (const UniValue ¶ms, bool fHelp) |
UniValue | getgovernanceinfo (const UniValue ¶ms, bool fHelp) |
UniValue | getsuperblockbudget (const UniValue ¶ms, bool fHelp) |
UniValue | voteraw (const UniValue ¶ms, bool fHelp) |
UniValue | mnsync (const UniValue ¶ms, bool fHelp) |
UniValue | getblockcount (const UniValue ¶ms, bool fHelp) |
UniValue | getbestblockhash (const UniValue ¶ms, bool fHelp) |
UniValue | getdifficulty (const UniValue ¶ms, bool fHelp) |
UniValue | settxfee (const UniValue ¶ms, bool fHelp) |
UniValue | getmempoolinfo (const UniValue ¶ms, bool fHelp) |
UniValue | getrawmempool (const UniValue ¶ms, bool fHelp) |
UniValue | getblockhashes (const UniValue ¶ms, bool fHelp) |
UniValue | getblockhash (const UniValue ¶ms, bool fHelp) |
UniValue | getblockheader (const UniValue ¶ms, bool fHelp) |
UniValue | getblockheaders (const UniValue ¶ms, bool fHelp) |
UniValue | getblock (const UniValue ¶ms, bool fHelp) |
UniValue | gettxoutsetinfo (const UniValue ¶ms, bool fHelp) |
UniValue | gettxout (const UniValue ¶ms, bool fHelp) |
UniValue | verifychain (const UniValue ¶ms, bool fHelp) |
UniValue | getchaintips (const UniValue ¶ms, bool fHelp) |
UniValue | invalidateblock (const UniValue ¶ms, bool fHelp) |
UniValue | reconsiderblock (const UniValue ¶ms, bool fHelp) |
UniValue | getspentinfo (const UniValue ¶ms, bool fHelp) |
UniValue | sentinelping (const UniValue ¶ms, bool fHelp) |
bool | StartRPC () |
void | InterruptRPC () |
void | StopRPC () |
std::string | JSONRPCExecBatch (const UniValue &vReq) |
Variables | |
const CRPCTable | tableRPC |
int64_t | nWalletUnlockTime |
Definition at line 1902 of file rpcwallet.cpp.
Referenced by abandonconflict.AbandonConflictTest::run_test().
Definition at line 1151 of file rpcwallet.cpp.
Referenced by fundrawtransaction-hd.RawTransactionsTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), and rawtransactions.RawTransactionsTest::run_test().
Definition at line 110 of file server.cpp.
Referenced by createrawtransaction(), instantsendtoaddress(), movecmd(), sendfrom(), sendmany(), sendtoaddress(), and settxfee().
Definition at line 1937 of file rpcwallet.cpp.
Referenced by wallet-hd.WalletHDTest::run_test(), and walletbackup.WalletBackupTest::run_test().
Definition at line 562 of file net.cpp.
Referenced by nodehandling.NodeHandlingTest::run_test().
Definition at line 401 of file misc.cpp.
Referenced by listtransactions.ListTransactionsTest::run_test().
Definition at line 358 of file rawtransaction.cpp.
Referenced by listtransactions.ListTransactionsTest::run_rbf_opt_in_test(), abandonconflict.AbandonConflictTest::run_test(), txn_clone.TxnMallTest::run_test(), txn_doublespend.TxnMallTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), mempool_limit.MempoolLimitTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), mempool_reorg.MempoolCoinbaseTest::run_test(), prioritise_transaction.PrioritiseTransactionTest::run_test(), merkle_blocks.MerkleBlockTest::run_test(), wallet.WalletTest::run_test(), rawtransactions.RawTransactionsTest::run_test(), mempool_packages.MempoolPackagesTest::run_test(), signrawtransactions.SignRawTransactionsTest::script_verification_error_test(), signrawtransactions.SignRawTransactionsTest::successful_signing_test(), and bip68-sequence.BIP68Test::test_version2_relay().
Definition at line 119 of file misc.cpp.
Referenced by maxblocksinflight.TestManager::on_getdata(), and test_framework.mininode.NodeConn::show_debug_msg().
Definition at line 460 of file rawtransaction.cpp.
Referenced by decodescript.DecodeScriptTest::decoderawtransaction_asm_sighashtype(), wallet-hd.WalletHDTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), prioritise_transaction.PrioritiseTransactionTest::run_test(), wallet.WalletTest::run_test(), and rawtransactions.RawTransactionsTest::run_test().
Definition at line 526 of file rawtransaction.cpp.
Definition at line 234 of file net.cpp.
Referenced by abandonconflict.AbandonConflictTest::run_test(), and nodehandling.NodeHandlingTest::run_test().
Definition at line 583 of file rpcdump.cpp.
Definition at line 546 of file rpcdump.cpp.
Referenced by wallet-hd.WalletHDTest::run_test(), and wallet.WalletTest::run_test().
Definition at line 629 of file rpcdump.cpp.
Referenced by walletbackup.WalletBackupTest::run_test().
Definition at line 2159 of file rpcwallet.cpp.
Referenced by keypool-hd.KeyPoolTest::run_test(), keypool.KeyPoolTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), and fundrawtransaction.RawTransactionsTest::run_test().
void EnsureWalletIsUnlocked | ( | ) |
Definition at line 54 of file rpcwallet.cpp.
Definition at line 811 of file mining.cpp.
Definition at line 842 of file mining.cpp.
Definition at line 869 of file mining.cpp.
Definition at line 905 of file mining.cpp.
Definition at line 2651 of file rpcwallet.cpp.
Definition at line 122 of file mining.cpp.
Referenced by bip68-sequence.BIP68Test::activateCSV(), pruning.PruneTest::create_big_chain(), pruning.PruneTest::create_chain_with_staleblocks(), walletbackup.WalletBackupTest::do_one_round(), test_framework.util::initialize_chain(), sendheaders.SendHeadersTest::mine_blocks(), sendheaders.SendHeadersTest::mine_reorg(), reindex.ReindexTest::reindex(), pruning.PruneTest::reorg_back(), pruning.PruneTest::reorg_test(), listtransactions.ListTransactionsTest::run_rbf_opt_in_test(), keypool.KeyPoolTest::run_test(), getchaintips.GetChainTipsTest::run_test(), keypool-hd.KeyPoolTest::run_test(), abandonconflict.AbandonConflictTest::run_test(), txn_doublespend.TxnMallTest::run_test(), txn_clone.TxnMallTest::run_test(), mempool_resurrect_test.MempoolCoinbaseTest::run_test(), zapwallettxes.ZapWalletTXesTest::run_test(), bipdersig.BIP66Test::run_test(), wallet-hd.WalletHDTest::run_test(), bip65-cltv.BIP65Test::run_test(), listtransactions.ListTransactionsTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), invalidateblock.InvalidateTest::run_test(), mempool_reorg.MempoolCoinbaseTest::run_test(), getblocktemplate_longpoll.GetBlockTemplateLPTest::run_test(), mempool_spendcoinbase.MempoolSpendCoinbaseTest::run_test(), prioritise_transaction.PrioritiseTransactionTest::run_test(), forknotify.ForkNotifyTest::run_test(), bip68-sequence.BIP68Test::run_test(), merkle_blocks.MerkleBlockTest::run_test(), receivedby.ReceivedByTest::run_test(), wallet.WalletTest::run_test(), timestampindex.TimestampIndexTest::run_test(), rawtransactions.RawTransactionsTest::run_test(), spentindex.SpentIndexTest::run_test(), addressindex.AddressIndexTest::run_test(), txindex.TxIndexTest::run_test(), mempool_packages.MempoolPackagesTest::run_test(), zmq_test.ZMQTest::run_test(), rest.RESTTest::run_test(), p2p-versionbits-warning.VersionBitsWarningTest::run_test(), walletbackup.WalletBackupTest::run_test(), maxuploadtarget.MaxUploadTest::run_test(), bip68-sequence.BIP68Test::test_sequence_lock_confirmed_inputs(), and bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs().
Definition at line 305 of file rpcwallet.cpp.
Referenced by receivedby.ReceivedByTest::run_test(), and wallet.WalletTest::run_test().
Definition at line 192 of file rpcwallet.cpp.
Referenced by listtransactions.ListTransactionsTest::run_test(), receivedby.ReceivedByTest::run_test(), and wallet.WalletTest::run_test().
Definition at line 809 of file misc.cpp.
Referenced by addressindex.AddressIndexTest::run_test().
Definition at line 721 of file misc.cpp.
Referenced by addressindex.AddressIndexTest::run_test().
Definition at line 337 of file rpcwallet.cpp.
Definition at line 583 of file misc.cpp.
Referenced by addressindex.AddressIndexTest::run_test().
Definition at line 865 of file misc.cpp.
Referenced by addressindex.AddressIndexTest::run_test().
Definition at line 654 of file misc.cpp.
Referenced by addressindex.AddressIndexTest::run_test().
Definition at line 792 of file rpcwallet.cpp.
Referenced by abandonconflict.AbandonConflictTest::run_test(), txn_clone.TxnMallTest::run_test(), txn_doublespend.TxnMallTest::run_test(), zapwallettxes.ZapWalletTXesTest::run_test(), wallet-hd.WalletHDTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), merkle_blocks.MerkleBlockTest::run_test(), wallet.WalletTest::run_test(), rawtransactions.RawTransactionsTest::run_test(), addressindex.AddressIndexTest::run_test(), rest.RESTTest::run_test(), and walletbackup.WalletBackupTest::run_test().
Definition at line 148 of file blockchain.cpp.
Referenced by invalidtxrequest.InvalidTxRequestTest::get_tests(), invalidblockrequest.InvalidBlockRequestTest::get_tests(), sendheaders.SendHeadersTest::mine_blocks(), pruning.PruneTest::reorg_back(), abandonconflict.AbandonConflictTest::run_test(), invalidateblock.InvalidateTest::run_test(), prioritise_transaction.PrioritiseTransactionTest::run_test(), addressindex.AddressIndexTest::run_test(), mempool_packages.MempoolPackagesTest::run_test(), rest.RESTTest::run_test(), maxuploadtarget.MaxUploadTest::run_test(), p2p-versionbits-warning.VersionBitsWarningTest::send_blocks_with_version(), bip68-sequence.BIP68Test::test_bip68_not_consensus(), and bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs().
Definition at line 483 of file blockchain.cpp.
Referenced by pruning.PruneTest::reorg_back(), mempool_resurrect_test.MempoolCoinbaseTest::run_test(), mempool_reorg.MempoolCoinbaseTest::run_test(), mempool_spendcoinbase.MempoolSpendCoinbaseTest::run_test(), merkle_blocks.MerkleBlockTest::run_test(), timestampindex.TimestampIndexTest::run_test(), rest.RESTTest::run_test(), maxuploadtarget.MaxUploadTest::run_test(), and p2p-acceptblock.AcceptBlockTest::run_test().
Definition at line 743 of file blockchain.cpp.
Referenced by bip9-softforks.BIP9SoftForksTest::get_bip9_status(), and rest_chaininfo().
Definition at line 131 of file blockchain.cpp.
Referenced by bip68-sequence.BIP68Test::activateCSV(), bip68-sequence.BIP68Test::get_median_time_past(), sendheaders.SendHeadersTest::mine_reorg(), reindex.ReindexTest::reindex(), pruning.PruneTest::reorg_back(), pruning.PruneTest::reorg_test(), bip65-cltv.BIP65Test::run_test(), bipdersig.BIP66Test::run_test(), invalidateblock.InvalidateTest::run_test(), mempool_reorg.MempoolCoinbaseTest::run_test(), mempool_spendcoinbase.MempoolSpendCoinbaseTest::run_test(), merkle_blocks.MerkleBlockTest::run_test(), wallet.WalletTest::run_test(), addressindex.AddressIndexTest::run_test(), spentindex.SpentIndexTest::run_test(), txindex.TxIndexTest::run_test(), p2p-acceptblock.AcceptBlockTest::run_test(), p2p-versionbits-warning.VersionBitsWarningTest::send_blocks_with_version(), bip68-sequence.BIP68Test::test_bip68_not_consensus(), and bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs().
Definition at line 311 of file blockchain.cpp.
Referenced by bip68-sequence.BIP68Test::get_median_time_past(), sendheaders.SendHeadersTest::mine_reorg(), pruning.PruneTest::reorg_back(), pruning.PruneTest::reorg_test(), mempool_resurrect_test.MempoolCoinbaseTest::run_test(), invalidateblock.InvalidateTest::run_test(), mempool_reorg.MempoolCoinbaseTest::run_test(), mempool_spendcoinbase.MempoolSpendCoinbaseTest::run_test(), merkle_blocks.MerkleBlockTest::run_test(), and bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs().
Definition at line 277 of file blockchain.cpp.
Referenced by timestampindex.TimestampIndexTest::run_test().
Definition at line 336 of file blockchain.cpp.
Referenced by bip68-sequence.BIP68Test::get_median_time_past(), and p2p-versionbits-warning.VersionBitsWarningTest::send_blocks_with_version().
Definition at line 394 of file blockchain.cpp.
Definition at line 337 of file mining.cpp.
Referenced by getblocktemplate_longpoll.LongpollThread::run(), and getblocktemplate_longpoll.GetBlockTemplateLPTest::run_test().
Definition at line 837 of file blockchain.cpp.
double GetDifficulty | ( | const CBlockIndex * | blockindex = NULL | ) |
Definition at line 32 of file blockchain.cpp.
Referenced by blockheaderToJSON(), blockToJSON(), getblockchaininfo(), getchaintips(), getdifficulty(), getinfo(), and getmininginfo().
Definition at line 165 of file blockchain.cpp.
Definition at line 103 of file mining.cpp.
Referenced by getmininginfo().
Definition at line 897 of file governance.cpp.
getinfo
exists for backwards-compatibility only. It combines information from wildly different sources in the program, which is a mess, and is thus planned to be deprecated eventually.Based on the source of the information, new information should be added to:
getblockchaininfo
,getnetworkinfo
orgetwalletinfo
Or alternatively, create a specific query method for the information.
Definition at line 47 of file misc.cpp.
Referenced by p2p-versionbits-warning.VersionBitsWarningTest::run_test().
Definition at line 961 of file blockchain.cpp.
Referenced by prioritise_transaction.PrioritiseTransactionTest::run_test().
Definition at line 235 of file mining.cpp.
Definition at line 81 of file mining.cpp.
Referenced by getmininginfo().
Definition at line 392 of file net.cpp.
Referenced by fundrawtransaction-hd.RawTransactionsTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), mempool_limit.MempoolLimitTest::run_test(), and proxy_test.ProxyTest::run_test().
Definition at line 113 of file rpcwallet.cpp.
Referenced by walletbackup.WalletBackupTest::do_one_round(), listtransactions.ListTransactionsTest::run_rbf_opt_in_test(), keypool.KeyPoolTest::run_test(), keypool-hd.KeyPoolTest::run_test(), abandonconflict.AbandonConflictTest::run_test(), txn_clone.TxnMallTest::run_test(), txn_doublespend.TxnMallTest::run_test(), mempool_resurrect_test.MempoolCoinbaseTest::run_test(), zapwallettxes.ZapWalletTXesTest::run_test(), wallet-hd.WalletHDTest::run_test(), listtransactions.ListTransactionsTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), mempool_limit.MempoolLimitTest::run_test(), mempool_reorg.MempoolCoinbaseTest::run_test(), mempool_spendcoinbase.MempoolSpendCoinbaseTest::run_test(), prioritise_transaction.PrioritiseTransactionTest::run_test(), merkle_blocks.MerkleBlockTest::run_test(), receivedby.ReceivedByTest::run_test(), wallet.WalletTest::run_test(), rawtransactions.RawTransactionsTest::run_test(), mempool_packages.MempoolPackagesTest::run_test(), zmq_test.ZMQTest::run_test(), rest.RESTTest::run_test(), maxuploadtarget.MaxUploadTest::run_test(), bip68-sequence.BIP68Test::test_bip68_not_consensus(), bip68-sequence.BIP68Test::test_disable_flag(), bip68-sequence.BIP68Test::test_sequence_lock_confirmed_inputs(), bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs(), and bip68-sequence.BIP68Test::test_version2_relay().
Definition at line 70 of file net.cpp.
Referenced by nodehandling.NodeHandlingTest::run_test(), and maxuploadtarget.MaxUploadTest::run_test().
Definition at line 65 of file masternode.cpp.
Definition at line 224 of file rpcwallet.cpp.
Referenced by keypool-hd.KeyPoolTest::run_test(), keypool.KeyPoolTest::run_test(), wallet-hd.WalletHDTest::run_test(), and fundrawtransaction-hd.RawTransactionsTest::run_test().
Definition at line 234 of file blockchain.cpp.
Referenced by listtransactions.ListTransactionsTest::run_rbf_opt_in_test(), abandonconflict.AbandonConflictTest::run_test(), mempool_resurrect_test.MempoolCoinbaseTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), mempool_limit.MempoolLimitTest::run_test(), mempool_reorg.MempoolCoinbaseTest::run_test(), mempool_spendcoinbase.MempoolSpendCoinbaseTest::run_test(), prioritise_transaction.PrioritiseTransactionTest::run_test(), wallet.WalletTest::run_test(), mempool_packages.MempoolPackagesTest::run_test(), test_framework.util::sync_mempools(), replace-by-fee.ReplaceByFeeTest::test_doublespend_chain(), replace-by-fee.ReplaceByFeeTest::test_doublespend_tree(), replace-by-fee.ReplaceByFeeTest::test_prioritised_transactions(), bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs(), and replace-by-fee.ReplaceByFeeTest::test_simple_doublespend().
Definition at line 144 of file rawtransaction.cpp.
Referenced by abandonconflict.AbandonConflictTest::run_test(), txn_clone.TxnMallTest::run_test(), wallet.WalletTest::run_test(), txindex.TxIndexTest::run_test(), spentindex.SpentIndexTest::run_test(), bip68-sequence.BIP68Test::test_bip68_not_consensus(), replace-by-fee.ReplaceByFeeTest::test_doublespend_tree(), bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs(), and replace-by-fee.ReplaceByFeeTest::test_simple_doublespend().
Definition at line 701 of file rpcwallet.cpp.
Referenced by receivedby.ReceivedByTest::run_test().
Definition at line 641 of file rpcwallet.cpp.
Referenced by receivedby.ReceivedByTest::run_test().
Definition at line 948 of file misc.cpp.
Referenced by spentindex.SpentIndexTest::run_test().
Definition at line 955 of file governance.cpp.
Definition at line 1821 of file rpcwallet.cpp.
Referenced by listtransactions.ListTransactionsTest::run_rbf_opt_in_test(), txn_clone.TxnMallTest::run_test(), txn_doublespend.TxnMallTest::run_test(), zapwallettxes.ZapWalletTXesTest::run_test(), mempool_resurrect_test.MempoolCoinbaseTest::run_test(), wallet-hd.WalletHDTest::run_test(), mempool_limit.MempoolLimitTest::run_test(), wallet.WalletTest::run_test(), and rawtransactions.RawTransactionsTest::run_test().
Definition at line 591 of file blockchain.cpp.
Definition at line 235 of file rawtransaction.cpp.
Referenced by merkle_blocks.MerkleBlockTest::run_test().
Definition at line 553 of file blockchain.cpp.
Definition at line 869 of file rpcwallet.cpp.
Referenced by abandonconflict.AbandonConflictTest::run_test(), and wallet.WalletTest::run_test().
Definition at line 2376 of file rpcwallet.cpp.
Referenced by keypool-hd.KeyPoolTest::run_test(), keypool.KeyPoolTest::run_test(), wallet-hd.WalletHDTest::run_test(), and wallet.WalletTest::run_test().
Definition at line 25 of file governance.cpp.
std::string HelpExampleCli | ( | const std::string & | methodname, |
const std::string & | args | ||
) |
Definition at line 581 of file server.cpp.
Referenced by abandontransaction(), addmultisigaddress(), addnode(), backupwallet(), clearbanned(), createmultisig(), createrawtransaction(), debug(), decoderawtransaction(), decodescript(), disconnectnode(), dumphdinfo(), dumpprivkey(), dumpwallet(), encryptwallet(), estimatefee(), estimatepriority(), estimatesmartfee(), estimatesmartpriority(), fundrawtransaction(), generate(), getaccount(), getaccountaddress(), getaddednodeinfo(), getaddressbalance(), getaddressdeltas(), getaddressesbyaccount(), getaddressmempool(), getaddresstxids(), getaddressutxos(), getbalance(), getbestblockhash(), getblock(), getblockchaininfo(), getblockcount(), getblockhash(), getblockhashes(), getblockheader(), getblockheaders(), getblocktemplate(), getchaintips(), getconnectioncount(), getdifficulty(), getgenerate(), getgovernanceinfo(), getinfo(), getmempoolinfo(), getmininginfo(), getnettotals(), getnetworkhashps(), getnetworkinfo(), getnewaddress(), getpeerinfo(), getrawchangeaddress(), getrawmempool(), getrawtransaction(), getreceivedbyaccount(), getreceivedbyaddress(), getspentinfo(), getsuperblockbudget(), gettransaction(), gettxout(), gettxoutproof(), gettxoutsetinfo(), getwalletinfo(), importaddress(), importelectrumwallet(), importprivkey(), importpubkey(), importwallet(), instantsendtoaddress(), invalidateblock(), keypoolrefill(), listaccounts(), listaddressgroupings(), listbanned(), listlockunspent(), listreceivedbyaccount(), listreceivedbyaddress(), listsinceblock(), listtransactions(), listunspent(), lockunspent(), movecmd(), ping(), prioritisetransaction(), reconsiderblock(), sendfrom(), sendmany(), sendrawtransaction(), sendtoaddress(), sentinelping(), setaccount(), setban(), setgenerate(), settxfee(), signmessage(), signrawtransaction(), submitblock(), validateaddress(), verifychain(), verifymessage(), verifytxoutproof(), walletlock(), walletpassphrase(), and walletpassphrasechange().
std::string HelpExampleRpc | ( | const std::string & | methodname, |
const std::string & | args | ||
) |
Definition at line 586 of file server.cpp.
Referenced by abandontransaction(), addmultisigaddress(), addnode(), backupwallet(), clearbanned(), createmultisig(), createrawtransaction(), debug(), decoderawtransaction(), decodescript(), disconnectnode(), dumphdinfo(), dumpprivkey(), dumpwallet(), encryptwallet(), getaccount(), getaccountaddress(), getaddednodeinfo(), getaddressbalance(), getaddressdeltas(), getaddressesbyaccount(), getaddressmempool(), getaddresstxids(), getaddressutxos(), getbalance(), getbestblockhash(), getblock(), getblockchaininfo(), getblockcount(), getblockhash(), getblockhashes(), getblockheader(), getblockheaders(), getblocktemplate(), getchaintips(), getconnectioncount(), getdifficulty(), getgenerate(), getgovernanceinfo(), getinfo(), getmempoolinfo(), getmininginfo(), getnettotals(), getnetworkhashps(), getnetworkinfo(), getnewaddress(), getpeerinfo(), getrawchangeaddress(), getrawmempool(), getrawtransaction(), getreceivedbyaccount(), getreceivedbyaddress(), getspentinfo(), getsuperblockbudget(), gettransaction(), gettxout(), gettxoutproof(), gettxoutsetinfo(), getwalletinfo(), importaddress(), importelectrumwallet(), importprivkey(), importpubkey(), importwallet(), instantsendtoaddress(), invalidateblock(), keypoolrefill(), listaccounts(), listaddressgroupings(), listbanned(), listlockunspent(), listreceivedbyaccount(), listreceivedbyaddress(), listsinceblock(), listtransactions(), listunspent(), lockunspent(), movecmd(), ping(), prioritisetransaction(), reconsiderblock(), sendfrom(), sendmany(), sendrawtransaction(), sendtoaddress(), sentinelping(), setaccount(), setban(), setgenerate(), settxfee(), signmessage(), signrawtransaction(), submitblock(), validateaddress(), verifychain(), verifymessage(), verifytxoutproof(), walletlock(), walletpassphrase(), and walletpassphrasechange().
std::string HelpRequiringPassphrase | ( | ) |
Definition at line 35 of file rpcwallet.cpp.
Referenced by instantsendtoaddress(), keypoolrefill(), sendfrom(), sendmany(), sendtoaddress(), signmessage(), signrawtransaction(), and spork().
Definition at line 181 of file rpcdump.cpp.
Referenced by listtransactions.ListTransactionsTest::run_test(), and wallet.WalletTest::run_test().
Definition at line 412 of file rpcdump.cpp.
Definition at line 76 of file rpcdump.cpp.
Referenced by wallet-hd.WalletHDTest::run_test(), wallet.WalletTest::run_test(), addressindex.AddressIndexTest::run_test(), and spentindex.SpentIndexTest::run_test().
Definition at line 247 of file rpcdump.cpp.
Referenced by fundrawtransaction-hd.RawTransactionsTest::run_test(), and fundrawtransaction.RawTransactionsTest::run_test().
Definition at line 305 of file rpcdump.cpp.
Referenced by walletbackup.WalletBackupTest::run_test().
Definition at line 476 of file rpcwallet.cpp.
void InterruptRPC | ( | ) |
Definition at line 438 of file server.cpp.
Referenced by Interrupt().
Definition at line 983 of file blockchain.cpp.
bool IsRPCRunning | ( | ) |
Query whether RPC is running
Definition at line 452 of file server.cpp.
Referenced by getblocktemplate().
std::string JSONRPCExecBatch | ( | const UniValue & | vReq | ) |
Definition at line 532 of file server.cpp.
Referenced by HTTPReq_JSONRPC().
Definition at line 2455 of file rpcwallet.cpp.
Definition at line 1963 of file rpcwallet.cpp.
Referenced by keypool-hd.KeyPoolTest::run_test(), keypool.KeyPoolTest::run_test(), and fundrawtransaction-hd.RawTransactionsTest::run_test().
Definition at line 1645 of file rpcwallet.cpp.
Referenced by wallet.WalletTest::run_test().
Definition at line 534 of file rpcwallet.cpp.
Definition at line 529 of file net.cpp.
Referenced by nodehandling.NodeHandlingTest::run_test().
Definition at line 2300 of file rpcwallet.cpp.
Referenced by wallet.WalletTest::run_test().
Definition at line 1380 of file rpcwallet.cpp.
Referenced by receivedby.ReceivedByTest::run_test().
Definition at line 1339 of file rpcwallet.cpp.
Referenced by receivedby.ReceivedByTest::run_test().
Definition at line 1726 of file rpcwallet.cpp.
Referenced by wallet.WalletTest::run_test().
Definition at line 1518 of file rpcwallet.cpp.
Definition at line 2533 of file rpcwallet.cpp.
Referenced by pruning.PruneTest::create_chain_with_staleblocks(), abandonconflict.AbandonConflictTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), prioritise_transaction.PrioritiseTransactionTest::run_test(), merkle_blocks.MerkleBlockTest::run_test(), wallet.WalletTest::run_test(), addressindex.AddressIndexTest::run_test(), txindex.TxIndexTest::run_test(), spentindex.SpentIndexTest::run_test(), mempool_packages.MempoolPackagesTest::run_test(), bip68-sequence.BIP68Test::test_disable_flag(), bip68-sequence.BIP68Test::test_sequence_lock_confirmed_inputs(), and bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs().
Definition at line 2216 of file rpcwallet.cpp.
Referenced by wallet.WalletTest::run_test().
Definition at line 96 of file masternode.cpp.
Definition at line 607 of file masternode.cpp.
Definition at line 454 of file masternode.cpp.
Referenced by masternode().
Definition at line 885 of file rpcwallet.cpp.
Utilities: convert hex-encoded Values (throws error if not hex).
std::vector<unsigned char> ParseHexO | ( | const UniValue & | o, |
std::string | strKey | ||
) |
std::vector<unsigned char> ParseHexV | ( | const UniValue & | v, |
std::string | strName | ||
) |
Definition at line 279 of file mining.cpp.
Referenced by prioritise_transaction.PrioritiseTransactionTest::run_test(), mempool_packages.MempoolPackagesTest::run_test(), replace-by-fee.ReplaceByFeeTest::test_prioritised_transactions(), and bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs().
Definition at line 25 of file masternode.cpp.
Definition at line 1021 of file blockchain.cpp.
Referenced by mempool_packages.MempoolPackagesTest::run_test().
Definition at line 2505 of file rpcwallet.cpp.
Referenced by wallet.WalletTest::run_test().
bool RPCIsInWarmup | ( | std::string * | statusOut | ) |
Definition at line 470 of file server.cpp.
Referenced by CheckWarmup().
void RPCRegisterTimerInterface | ( | RPCTimerInterface * | iface | ) |
Register factory function for timers
Definition at line 592 of file server.cpp.
Referenced by RPCConsole::RPCConsole(), and StartHTTPRPC().
void RPCRunLater | ( | const std::string & | name, |
boost::function< void(void)> | func, | ||
int64_t | nSeconds | ||
) |
Run func nSeconds from now. Overrides previous timer <name> (if any).
Definition at line 604 of file server.cpp.
Referenced by walletpassphrase().
void RPCTypeCheck | ( | const UniValue & | params, |
const std::list< UniValue::VType > & | typesExpected, | ||
bool | fAllowNull = false |
||
) |
Type-check arguments; throws JSONRPCError if wrong type given. Does not check that the right number of arguments are passed, just that any passed are the correct type. Use like: RPCTypeCheck(params, boost::assign::list_of(str_type)(int_type)(obj_type));
void RPCTypeCheckObj | ( | const UniValue & | o, |
const std::map< std::string, UniValue::VType > & | typesExpected, | ||
bool | fAllowNull = false |
||
) |
void RPCUnregisterTimerInterface | ( | RPCTimerInterface * | iface | ) |
Unregister factory function for timers
Definition at line 597 of file server.cpp.
Referenced by StopHTTPRPC(), and RPCConsole::~RPCConsole().
Definition at line 958 of file rpcwallet.cpp.
Referenced by txn_clone.TxnMallTest::run_test(), and txn_doublespend.TxnMallTest::run_test().
Definition at line 1024 of file rpcwallet.cpp.
Referenced by listtransactions.ListTransactionsTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), wallet.WalletTest::run_test(), and bip68-sequence.BIP68Test::test_sequence_lock_confirmed_inputs().
Definition at line 830 of file rawtransaction.cpp.
Referenced by listtransactions.ListTransactionsTest::run_rbf_opt_in_test(), abandonconflict.AbandonConflictTest::run_test(), txn_clone.TxnMallTest::run_test(), txn_doublespend.TxnMallTest::run_test(), mempool_resurrect_test.MempoolCoinbaseTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), mempool_limit.MempoolLimitTest::run_test(), mempool_reorg.MempoolCoinbaseTest::run_test(), mempool_spendcoinbase.MempoolSpendCoinbaseTest::run_test(), prioritise_transaction.PrioritiseTransactionTest::run_test(), merkle_blocks.MerkleBlockTest::run_test(), wallet.WalletTest::run_test(), rawtransactions.RawTransactionsTest::run_test(), addressindex.AddressIndexTest::run_test(), spentindex.SpentIndexTest::run_test(), txindex.TxIndexTest::run_test(), mempool_packages.MempoolPackagesTest::run_test(), bip68-sequence.BIP68Test::test_bip68_not_consensus(), bip68-sequence.BIP68Test::test_disable_flag(), replace-by-fee.ReplaceByFeeTest::test_doublespend_chain(), replace-by-fee.ReplaceByFeeTest::test_doublespend_tree(), replace-by-fee.ReplaceByFeeTest::test_new_unconfirmed_inputs(), replace-by-fee.ReplaceByFeeTest::test_opt_in(), replace-by-fee.ReplaceByFeeTest::test_prioritised_transactions(), replace-by-fee.ReplaceByFeeTest::test_replacement_feeperkb(), bip68-sequence.BIP68Test::test_sequence_lock_confirmed_inputs(), bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs(), replace-by-fee.ReplaceByFeeTest::test_simple_doublespend(), replace-by-fee.ReplaceByFeeTest::test_spends_of_conflicting_outputs(), replace-by-fee.ReplaceByFeeTest::test_too_many_replacements(), and bip68-sequence.BIP68Test::test_version2_relay().
Definition at line 409 of file rpcwallet.cpp.
Referenced by walletbackup.WalletBackupTest::one_send(), listtransactions.ListTransactionsTest::run_rbf_opt_in_test(), abandonconflict.AbandonConflictTest::run_test(), zapwallettxes.ZapWalletTXesTest::run_test(), wallet-hd.WalletHDTest::run_test(), listtransactions.ListTransactionsTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), receivedby.ReceivedByTest::run_test(), wallet.WalletTest::run_test(), rawtransactions.RawTransactionsTest::run_test(), addressindex.AddressIndexTest::run_test(), zmq_test.ZMQTest::run_test(), rest.RESTTest::run_test(), bip68-sequence.BIP68Test::test_bip68_not_consensus(), bip68-sequence.BIP68Test::test_disable_flag(), and bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs().
Definition at line 836 of file masternode.cpp.
Definition at line 259 of file rpcwallet.cpp.
Definition at line 465 of file net.cpp.
Referenced by nodehandling.NodeHandlingTest::run_test().
Definition at line 191 of file mining.cpp.
Definition at line 498 of file misc.cpp.
Referenced by bip68-112-113-p2p.BIP68_112_113Test::get_tests(), maxuploadtarget.MaxUploadTest::run_test(), and bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs().
void SetRPCWarmupFinished | ( | ) |
Definition at line 463 of file server.cpp.
Referenced by AppInit2().
void SetRPCWarmupStatus | ( | const std::string & | newStatus | ) |
Set the RPC warmup status. When this is done, all RPC calls will error out immediately with RPC_IN_WARMUP.
Definition at line 457 of file server.cpp.
Referenced by AppInit2().
Definition at line 2349 of file rpcwallet.cpp.
Referenced by txn_clone.TxnMallTest::run_test(), mempool_limit.MempoolLimitTest::run_test(), and wallet.WalletTest::run_test().
Definition at line 585 of file rpcwallet.cpp.
Definition at line 588 of file rawtransaction.cpp.
Referenced by listtransactions.ListTransactionsTest::run_rbf_opt_in_test(), abandonconflict.AbandonConflictTest::run_test(), txn_clone.TxnMallTest::run_test(), txn_doublespend.TxnMallTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), mempool_limit.MempoolLimitTest::run_test(), mempool_reorg.MempoolCoinbaseTest::run_test(), prioritise_transaction.PrioritiseTransactionTest::run_test(), merkle_blocks.MerkleBlockTest::run_test(), wallet.WalletTest::run_test(), rawtransactions.RawTransactionsTest::run_test(), txindex.TxIndexTest::run_test(), addressindex.AddressIndexTest::run_test(), spentindex.SpentIndexTest::run_test(), mempool_packages.MempoolPackagesTest::run_test(), signrawtransactions.SignRawTransactionsTest::script_verification_error_test(), signrawtransactions.SignRawTransactionsTest::successful_signing_test(), bip68-sequence.BIP68Test::test_bip68_not_consensus(), bip68-sequence.BIP68Test::test_disable_flag(), bip68-sequence.BIP68Test::test_sequence_lock_confirmed_inputs(), bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs(), and bip68-sequence.BIP68Test::test_version2_relay().
Definition at line 225 of file misc.cpp.
Referenced by CSporkManager::ProcessSpork(), CSporkManager::SetPrivKey(), and CSporkManager::UpdateSpork().
bool StartRPC | ( | ) |
Definition at line 430 of file server.cpp.
Referenced by AppInitServers().
void StopRPC | ( | ) |
Definition at line 445 of file server.cpp.
Referenced by PrepareShutdown().
Definition at line 755 of file mining.cpp.
Referenced by bip68-sequence.BIP68Test::test_bip68_not_consensus(), and bip68-sequence.BIP68Test::test_sequence_lock_unconfirmed_inputs().
Definition at line 270 of file misc.cpp.
Referenced by keypool-hd.KeyPoolTest::run_test(), disablewallet.DisableWalletTest::run_test(), wallet-hd.WalletHDTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), fundrawtransaction.RawTransactionsTest::run_test(), wallet.WalletTest::run_test(), and rawtransactions.RawTransactionsTest::run_test().
Definition at line 122 of file server.cpp.
Referenced by AcentryToJSON(), estimatefee(), estimatesmartfee(), fundrawtransaction(), getbalance(), getgovernanceinfo(), getinfo(), getnetworkinfo(), getreceivedbyaccount(), getreceivedbyaddress(), gettransaction(), gettxout(), gettxoutsetinfo(), getunconfirmedbalance(), getwalletinfo(), listaccounts(), listaddressgroupings(), ListReceived(), ListTransactions(), listunspent(), mempoolInfoToJSON(), mempoolToJSON(), rest_getutxos(), and TxToJSON().
Definition at line 671 of file blockchain.cpp.
Referenced by blockchain.BlockchainTest::run_test().
Definition at line 321 of file rawtransaction.cpp.
Referenced by merkle_blocks.MerkleBlockTest::run_test().
Definition at line 836 of file governance.cpp.
Definition at line 2120 of file rpcwallet.cpp.
Referenced by keypool-hd.KeyPoolTest::run_test(), keypool.KeyPoolTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), and fundrawtransaction.RawTransactionsTest::run_test().
Definition at line 2007 of file rpcwallet.cpp.
Referenced by keypool-hd.KeyPoolTest::run_test(), keypool.KeyPoolTest::run_test(), fundrawtransaction-hd.RawTransactionsTest::run_test(), and fundrawtransaction.RawTransactionsTest::run_test().
Definition at line 2074 of file rpcwallet.cpp.
int64_t nWalletUnlockTime |
Definition at line 32 of file rpcwallet.cpp.
Referenced by getinfo(), getwalletinfo(), LockWallet(), walletlock(), and walletpassphrase().
const CRPCTable tableRPC |
Definition at line 614 of file server.cpp.
Referenced by CRPCTable::execute(), help(), HTTPReq_JSONRPC(), JSONRPCExecOne(), RPCExecutor::request(), and RPCConsole::setClientModel().