#include "clientversion.h"
#include "httpserver.h"
#include "key_io.h"
#include "sapling/key_io_sapling.h"
#include "masternode-sync.h"
#include "messagesigner.h"
#include "net.h"
#include "netbase.h"
#include "tiertwo/net_masternodes.h"
#include "rpc/server.h"
#include "spork.h"
#include "timedata.h"
#include "tiertwo/tiertwo_sync_state.h"
#include "util/system.h"
#include "warnings.h"
#include <stdint.h>
#include <univalue.h>
Go to the source code of this file.
◆ PPaymentAddress
◆ _createmultisig_redeemScript()
Used by addmultisigaddress / createmultisig:
Definition at line 461 of file misc.cpp.
◆ createmultisig()
◆ echo()
◆ EnableOrDisableLogCategories()
| void EnableOrDisableLogCategories |
( |
UniValue |
cats, |
|
|
bool |
enable |
|
) |
| |
◆ getinfo()
- Note
- Do not add or change anything in the information returned by this method.
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 or
getwalletinfo
Or alternatively, create a specific query method for the information.
Definition at line 50 of file misc.cpp.
◆ getmemoryinfo()
◆ getsupplyinfo()
◆ logging()
◆ mnconnect()
◆ mnsync()
◆ RegisterMiscRPCCommands()
| void RegisterMiscRPCCommands |
( |
CRPCTable & |
tableRPC | ) |
|
Register miscellaneous RPC commands.
Definition at line 869 of file misc.cpp.
◆ setmocktime()
- Todo:
- : figure out the right way to synchronize around mocktime, and
Definition at line 610 of file misc.cpp.
◆ spork()
◆ validateaddress()
◆ verifymessage()
◆ CLEAR_CONN
| const char* CLEAR_CONN = "clear_conn" |
◆ IQR_MEMBERS_CONN
| const char* IQR_MEMBERS_CONN = "iqr_members_conn" |
◆ PROBE_CONN
| const char* PROBE_CONN = "probe_conn" |
◆ QUORUM_MEMBERS_CONN
| const char* QUORUM_MEMBERS_CONN = "quorum_members_conn" |
◆ SINGLE_CONN
| const char* SINGLE_CONN = "single_conn" |
◆ sporkDefs