|
void | TxToJSON (const CTransaction &tx, const uint256 hashBlock, UniValue &entry) |
|
double | GetDifficulty (const CBlockIndex *blockindex) |
| Get the difficulty of the net wrt to the given block index, or the chain tip if not provided. More...
|
|
UniValue | blockheaderToJSON (const CBlockIndex *blockindex) |
| Block header to JSON. More...
|
|
UniValue | blockToDeltasJSON (const CBlock &block, const CBlockIndex *blockindex) |
|
UniValue | blockToJSON (const CBlock &block, const CBlockIndex *blockindex, bool txDetails) |
| Block description to JSON. More...
|
|
UniValue | getblockcount (const JSONRPCRequest &request) |
|
UniValue | getbestblockhash (const JSONRPCRequest &request) |
|
void | RPCNotifyBlockChange (bool ibd, const CBlockIndex *pindex) |
| Callback for when block tip changed. More...
|
|
UniValue | waitfornewblock (const JSONRPCRequest &request) |
|
UniValue | waitforblock (const JSONRPCRequest &request) |
|
UniValue | waitforblockheight (const JSONRPCRequest &request) |
|
UniValue | getdifficulty (const JSONRPCRequest &request) |
|
std::string | EntryDescriptionString () |
|
void | entryToJSON (UniValue &info, const CTxMemPoolEntry &e) |
|
UniValue | mempoolToJSON (bool fVerbose) |
| Mempool to JSON. More...
|
|
UniValue | getrawmempool (const JSONRPCRequest &request) |
|
UniValue | getmempoolancestors (const JSONRPCRequest &request) |
|
UniValue | getmempooldescendants (const JSONRPCRequest &request) |
|
UniValue | getmempoolentry (const JSONRPCRequest &request) |
|
UniValue | getblockdeltas (const JSONRPCRequest &request) |
|
UniValue | getblockhashes (const JSONRPCRequest &request) |
|
UniValue | getblockhash (const JSONRPCRequest &request) |
|
UniValue | getblockheader (const JSONRPCRequest &request) |
|
UniValue | getblock (const JSONRPCRequest &request) |
|
UniValue | pruneblockchain (const JSONRPCRequest &request) |
|
UniValue | gettxoutsetinfo (const JSONRPCRequest &request) |
|
UniValue | gettxout (const JSONRPCRequest &request) |
|
UniValue | verifychain (const JSONRPCRequest &request) |
|
void | BIP9SoftForkDescPushBack (UniValue &bip9_softforks, const std::string &name, const Consensus::Params &consensusParams, Consensus::DeploymentPos id) |
|
UniValue | getblockchaininfo (const JSONRPCRequest &request) |
|
UniValue | getchaintips (const JSONRPCRequest &request) |
|
UniValue | mempoolInfoToJSON () |
| Mempool information to JSON. More...
|
|
UniValue | getmempoolinfo (const JSONRPCRequest &request) |
|
UniValue | preciousblock (const JSONRPCRequest &request) |
|
UniValue | invalidateblock (const JSONRPCRequest &request) |
|
UniValue | reconsiderblock (const JSONRPCRequest &request) |
|
UniValue | getchaintxstats (const JSONRPCRequest &request) |
|
UniValue | savemempool (const JSONRPCRequest &request) |
|
void | RegisterBlockchainRPCCommands (CRPCTable &t) |
| Register block chain RPC commands. More...
|
|