![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include "json/json_spirit_reader_template.h"
#include "json/json_spirit_utils.h"
#include "json/json_spirit_writer_template.h"
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... | |
int CommandLineRPC | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 218 of file rpcclient.cpp.
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.
Definition at line 284 of file rpcclient.cpp.
json_spirit::Array RPCConvertValues | ( | const std::string & | strMethod, |
const std::vector< std::string > & | strParams | ||
) |
Definition at line 194 of file rpcclient.cpp.