Anoncoin  0.9.4
P2P Digital Currency
Functions
rpcmisc.cpp File Reference
#include "base58.h"
#include "init.h"
#include "main.h"
#include "net.h"
#include "netbase.h"
#include "rpcserver.h"
#include "util.h"
#include <stdint.h>
#include <boost/assign/list_of.hpp>
#include "json/json_spirit_utils.h"
#include "json/json_spirit_value.h"
Include dependency graph for rpcmisc.cpp:

Go to the source code of this file.

Functions

Value getinfo (const Array &params, bool fHelp)
 
Value validateaddress (const Array &params, bool fHelp)
 
CScript _createmultisig_redeemScript (const Array &params)
 
Value createmultisig (const Array &params, bool fHelp)
 
Value verifymessage (const Array &params, bool fHelp)
 

Function Documentation

CScript _createmultisig_redeemScript ( const Array &  params)

Definition at line 195 of file rpcmisc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Value createmultisig ( const Array &  params,
bool  fHelp 
)

Definition at line 255 of file rpcmisc.cpp.

Here is the call graph for this function:

Value getinfo ( const Array &  params,
bool  fHelp 
)

Definition at line 35 of file rpcmisc.cpp.

Here is the call graph for this function:

Value validateaddress ( const Array &  params,
bool  fHelp 
)

Definition at line 144 of file rpcmisc.cpp.

Here is the call graph for this function:

Value verifymessage ( const Array &  params,
bool  fHelp 
)

Definition at line 298 of file rpcmisc.cpp.

Here is the call graph for this function: