Anoncoin  0.9.4
P2P Digital Currency
Functions
rpcclient.h File Reference
#include "json/json_spirit_reader_template.h"
#include "json/json_spirit_utils.h"
#include "json/json_spirit_writer_template.h"
Include dependency graph for rpcclient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

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:

json_spirit::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: