![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "base58.h"
#include "clientversion.h"
#include "init.h"
#include "validation.h"
#include "net.h"
#include "netbase.h"
#include "rpc/server.h"
#include "timedata.h"
#include "txmempool.h"
#include "util.h"
#include "spork.h"
#include "utilstrencodings.h"
#include <stdint.h>
#include <boost/assign/list_of.hpp>
#include <boost/algorithm/string.hpp>
#include <univalue.h>
Go to the source code of this file.
Used by addmultisigaddress / createmultisig:
Definition at line 340 of file misc.cpp.
Referenced by addmultisigaddress(), and createmultisig().
Definition at line 401 of file misc.cpp.
Referenced by listtransactions.ListTransactionsTest::run_test().
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 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().
bool getAddressesFromParams | ( | const UniValue & | params, |
std::vector< std::pair< uint160, int > > & | addresses | ||
) |
Definition at line 537 of file misc.cpp.
Referenced by getaddressbalance(), getaddressdeltas(), getaddressmempool(), getaddresstxids(), and getaddressutxos().
bool getAddressFromIndex | ( | const int & | type, |
const uint160 & | hash, | ||
std::string & | address | ||
) |
Definition at line 525 of file misc.cpp.
Referenced by getaddressdeltas(), getaddressmempool(), and getaddressutxos().
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().
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 948 of file misc.cpp.
Referenced by spentindex.SpentIndexTest::run_test().
bool heightSort | ( | std::pair< CAddressUnspentKey, CAddressUnspentValue > | a, |
std::pair< CAddressUnspentKey, CAddressUnspentValue > | b | ||
) |
Definition at line 573 of file misc.cpp.
Referenced by getaddressutxos().
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().
Definition at line 225 of file misc.cpp.
Referenced by CSporkManager::ProcessSpork(), CSporkManager::SetPrivKey(), and CSporkManager::UpdateSpork().
bool timestampSort | ( | std::pair< CMempoolAddressDeltaKey, CMempoolAddressDelta > | a, |
std::pair< CMempoolAddressDeltaKey, CMempoolAddressDelta > | b | ||
) |
Definition at line 578 of file misc.cpp.
Referenced by getaddressmempool().
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().