#include <base58.h>
#include <chain.h>
#include <clientversion.h>
#include <core_io.h>
#include <init.h>
#include <validation.h>
#include <httpserver.h>
#include <net.h>
#include <netbase.h>
#include <rpc/blockchain.h>
#include <rpc/server.h>
#include <timedata.h>
#include <util.h>
#include <utilstrencodings.h>
#include <warnings.h>
#include <stdint.h>
#include <univalue.h>
Go to the source code of this file.
Used by addmultisigaddress / createmultisig:
Definition at line 260 of file misc.cpp.
uint32_t getCategoryMask |
( |
UniValue |
cats | ) |
|
- 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 47 of file misc.cpp.
void RegisterMiscRPCCommands |
( |
CRPCTable & |
t | ) |
|
Register miscellaneous RPC commands.
Definition at line 669 of file misc.cpp.