PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions
misc.cpp File Reference
#include "base58.h"
#include "clientversion.h"
#include "httpserver.h"
#include "init.h"
#include "main.h"
#include "masternode-sync.h"
#include "net.h"
#include "netbase.h"
#include "rpc/server.h"
#include "timedata.h"
#include "util.h"
#include <stdint.h>
#include <univalue.h>
#include <boost/assign/list_of.hpp>
Include dependency graph for misc.cpp:

Go to the source code of this file.

Functions

UniValue getinfo (const UniValue &params, bool fHelp)
 
UniValue getversion (const UniValue &params, bool fHelp)
 
UniValue mnsync (const UniValue &params, bool fHelp)
 
UniValue validateaddress (const UniValue &params, bool fHelp)
 
UniValue validatestealthaddress (const UniValue &params, bool fHelp)
 
CScript _createmultisig_redeemScript (const UniValue &params)
 Used by addmultisigaddress / createmultisig: More...
 
UniValue createmultisig (const UniValue &params, bool fHelp)
 
UniValue verifymessage (const UniValue &params, bool fHelp)
 
UniValue setmocktime (const UniValue &params, bool fHelp)
 
void EnableOrDisableLogCategories (UniValue cats, bool enable)
 
UniValue logging (const UniValue &params, bool fHelp)
 

Function Documentation

◆ _createmultisig_redeemScript()

CScript _createmultisig_redeemScript ( const UniValue params)

Used by addmultisigaddress / createmultisig:

Definition at line 362 of file misc.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ createmultisig()

UniValue createmultisig ( const UniValue params,
bool  fHelp 
)

Definition at line 419 of file misc.cpp.

Here is the call graph for this function:

◆ EnableOrDisableLogCategories()

void EnableOrDisableLogCategories ( UniValue  cats,
bool  enable 
)

Definition at line 527 of file misc.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getinfo()

UniValue getinfo ( const UniValue params,
bool  fHelp 
)
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 45 of file misc.cpp.

Here is the call graph for this function:

◆ getversion()

UniValue getversion ( const UniValue params,
bool  fHelp 
)

Definition at line 136 of file misc.cpp.

Here is the call graph for this function:

◆ logging()

UniValue logging ( const UniValue params,
bool  fHelp 
)

Definition at line 544 of file misc.cpp.

Here is the call graph for this function:

◆ mnsync()

UniValue mnsync ( const UniValue params,
bool  fHelp 
)

Definition at line 154 of file misc.cpp.

Here is the call graph for this function:

◆ setmocktime()

UniValue setmocktime ( const UniValue params,
bool  fHelp 
)

Definition at line 507 of file misc.cpp.

Here is the call graph for this function:

◆ validateaddress()

UniValue validateaddress ( const UniValue params,
bool  fHelp 
)

Definition at line 270 of file misc.cpp.

Here is the call graph for this function:

◆ validatestealthaddress()

UniValue validatestealthaddress ( const UniValue params,
bool  fHelp 
)

Definition at line 326 of file misc.cpp.

Here is the call graph for this function:

◆ verifymessage()

UniValue verifymessage ( const UniValue params,
bool  fHelp 
)

Definition at line 460 of file misc.cpp.

Here is the call graph for this function: