|
| void | TxToJSON (CWallet *const pwallet, const CTransaction &tx, const CBlockIndex *tip, const CBlockIndex *blockindex, UniValue &entry) |
| |
| UniValue | syncwithvalidationinterfacequeue (const JSONRPCRequest &request) |
| |
| double | GetDifficulty (const CBlockIndex *blockindex) |
| |
| int | ComputeNextBlockAndDepth (const CBlockIndex *tip, const CBlockIndex *blockindex, const CBlockIndex *&next) |
| |
| UniValue | blockheaderToJSON (const CBlockIndex *tip, const CBlockIndex *blockindex) |
| |
| UniValue | blockToJSON (const CBlock &block, const CBlockIndex *tip, const CBlockIndex *blockindex, bool txDetails=false) |
| |
| UniValue | getblockcount (const JSONRPCRequest &request) |
| |
| UniValue | getbestblockhash (const JSONRPCRequest &request) |
| |
| UniValue | getbestsaplinganchor (const JSONRPCRequest &request) |
| |
| UniValue | getbestchainlock (const JSONRPCRequest &request) |
| |
| void | RPCNotifyBlockChange (bool fInitialDownload, const CBlockIndex *pindex) |
| |
| UniValue | waitfornewblock (const JSONRPCRequest &request) |
| |
| UniValue | waitforblock (const JSONRPCRequest &request) |
| |
| UniValue | waitforblockheight (const JSONRPCRequest &request) |
| |
| UniValue | getdifficulty (const JSONRPCRequest &request) |
| |
| UniValue | mempoolToJSON (bool fVerbose=false) |
| |
| UniValue | getrawmempool (const JSONRPCRequest &request) |
| |
| UniValue | getblockhash (const JSONRPCRequest &request) |
| |
| UniValue | getblock (const JSONRPCRequest &request) |
| |
| UniValue | getblockheader (const JSONRPCRequest &request) |
| |
| UniValue | getsupplyinfo (const JSONRPCRequest &request) |
| | getinfo depends on getsupplyinfo defined in rpc/blockchain.cpp More...
|
| |
| UniValue | gettxoutsetinfo (const JSONRPCRequest &request) |
| |
| UniValue | gettxout (const JSONRPCRequest &request) |
| |
| UniValue | verifychain (const JSONRPCRequest &request) |
| |
| void | NetworkUpgradeDescPushBack (UniValue &networkUpgrades, const Consensus::Params &consensusParams, Consensus::UpgradeIndex idx, int height) |
| |
| UniValue | getblockchaininfo (const JSONRPCRequest &request) |
| |
| UniValue | getchaintips (const JSONRPCRequest &request) |
| |
| UniValue | mempoolInfoToJSON () |
| |
| UniValue | getmempoolinfo (const JSONRPCRequest &request) |
| |
| UniValue | invalidateblock (const JSONRPCRequest &request) |
| |
| UniValue | reconsiderblock (const JSONRPCRequest &request) |
| |
| void | validaterange (const UniValue ¶ms, int &heightStart, int &heightEnd, int minHeightStart=1) |
| |
| UniValue | getblockindexstats (const JSONRPCRequest &request) |
| |
| UniValue | getfeeinfo (const JSONRPCRequest &request) |
| |
| bool | FindScriptPubKey (std::atomic< int > &scan_progress, const std::atomic< bool > &should_abort, int64_t &count, CCoinsViewCursor *cursor, const std::set< CScript > &needles, std::map< COutPoint, Coin > &out_results) |
| | Search for a given set of pubkey scripts. More...
|
| |
| UniValue | scantxoutset (const JSONRPCRequest &request) |
| |
| void | RegisterBlockchainRPCCommands (CRPCTable &tableRPC) |
| | Register block chain RPC commands. More...
|
| |