![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#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"
Go to the source code of this file.
Classes | |
class | CRPCConvertParam |
class | CRPCConvertTable |
Functions | |
Object | CallRPC (const string &strMethod, const Array ¶ms) |
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... | |
Object CallRPC | ( | const string & | strMethod, |
const Array & | params | ||
) |
Definition at line 33 of file rpcclient.cpp.
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.
Array RPCConvertValues | ( | const std::string & | strMethod, |
const std::vector< std::string > & | strParams | ||
) |
Definition at line 194 of file rpcclient.cpp.