Anoncoin  0.9.4
P2P Digital Currency
Classes | Functions
rpcclient.cpp File Reference
#include <set>
#include "rpcclient.h"
#include "rpcprotocol.h"
#include "util.h"
#include "ui_interface.h"
#include "chainparams.h"
#include <stdint.h>
#include <boost/algorithm/string.hpp>
#include <boost/asio.hpp>
#include <boost/asio/ssl.hpp>
#include <boost/bind.hpp>
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/shared_ptr.hpp>
#include "json/json_spirit_writer_template.h"
Include dependency graph for rpcclient.cpp:

Go to the source code of this file.

Classes

class  CRPCConvertParam
 
class  CRPCConvertTable
 

Functions

Object CallRPC (const string &strMethod, const Array &params)
 
Array RPCConvertValues (const std::string &strMethod, const std::vector< std::string > &strParams)
 
int CommandLineRPC (int argc, char *argv[])
 
std::string HelpMessageCli (bool mainProgram)
 Show help message for anoncoin-cli. More...
 

Function Documentation

Object CallRPC ( const string &  strMethod,
const Array &  params 
)

Definition at line 33 of file rpcclient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int CommandLineRPC ( int  argc,
char *  argv[] 
)

Definition at line 218 of file rpcclient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

std::string HelpMessageCli ( bool  mainProgram)

Show help message for anoncoin-cli.

The mainProgram argument is used to determine whether to show this message as main program (and include some common options) or as sub-header of another help message.

Note
the argument can be removed once anoncoin-cli functionality is removed from anoncoind

Definition at line 284 of file rpcclient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Array RPCConvertValues ( const std::string &  strMethod,
const std::vector< std::string > &  strParams 
)

Definition at line 194 of file rpcclient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: