Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Functions
misc.cpp File Reference
#include <httpserver.h>
#include <index/blockfilterindex.h>
#include <index/txindex.h>
#include <interfaces/chain.h>
#include <key_io.h>
#include <node/context.h>
#include <outputtype.h>
#include <rpc/blockchain.h>
#include <rpc/server.h>
#include <rpc/util.h>
#include <scheduler.h>
#include <script/descriptor.h>
#include <util/check.h>
#include <util/message.h>
#include <util/ref.h>
#include <util/strencodings.h>
#include <util/system.h>
#include <stdint.h>
#include <tuple>
#include <univalue.h>
Include dependency graph for misc.cpp:

Go to the source code of this file.

Functions

static RPCHelpMan validateaddress ()
 
static RPCHelpMan createmultisig ()
 
static RPCHelpMan getdescriptorinfo ()
 
static RPCHelpMan deriveaddresses ()
 
static RPCHelpMan verifymessage ()
 
static RPCHelpMan signmessagewithprivkey ()
 
static RPCHelpMan setmocktime ()
 
static RPCHelpMan mockscheduler ()
 
static UniValue RPCLockedMemoryInfo ()
 
static RPCHelpMan getmemoryinfo ()
 
static void EnableOrDisableLogCategories (UniValue cats, bool enable)
 
static RPCHelpMan logging ()
 
static RPCHelpMan echo (const std::string &name)
 
static RPCHelpMan echo ()
 
static RPCHelpMan echojson ()
 
static UniValue SummaryToJSON (const IndexSummary &&summary, std::string index_name)
 
static RPCHelpMan getindexinfo ()
 
void RegisterMiscRPCCommands (CRPCTable &t)
 Register miscellaneous RPC commands. More...
 

Function Documentation

static RPCHelpMan createmultisig ( )
static

Definition at line 78 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan deriveaddresses ( )
static

Definition at line 189 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan echo ( const std::string &  name)
static

Definition at line 607 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan echo ( )
static

Definition at line 641 of file misc.cpp.

Here is the call graph for this function:

static RPCHelpMan echojson ( )
static

Definition at line 642 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static void EnableOrDisableLogCategories ( UniValue  cats,
bool  enable 
)
static

Definition at line 520 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan getdescriptorinfo ( )
static

Definition at line 146 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan getindexinfo ( )
static

Definition at line 656 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan getmemoryinfo ( )
static

Definition at line 465 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan logging ( )
static

Definition at line 538 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan mockscheduler ( )
static

Definition at line 400 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void RegisterMiscRPCCommands ( CRPCTable t)

Register miscellaneous RPC commands.

Definition at line 698 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static UniValue RPCLockedMemoryInfo ( )
static

Definition at line 433 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan setmocktime ( )
static

Definition at line 360 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan signmessagewithprivkey ( )
static

Definition at line 320 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static UniValue SummaryToJSON ( const IndexSummary &&  summary,
std::string  index_name 
)
static

Definition at line 644 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan validateaddress ( )
static

Definition at line 32 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static RPCHelpMan verifymessage ( )
static

Definition at line 271 of file misc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: