PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Macros | Functions
prcycoin-cli.cpp File Reference
#include "chainparamsbase.h"
#include "clientversion.h"
#include "fs.h"
#include "rpc/client.h"
#include "rpc/protocol.h"
#include "util.h"
#include "utilstrencodings.h"
#include <univalue.h>
#include <stdio.h>
#include <event2/event.h>
#include <event2/http.h>
#include <event2/buffer.h>
#include <event2/keyvalq_struct.h>
Include dependency graph for prcycoin-cli.cpp:

Go to the source code of this file.

Classes

class  CConnectionFailed
 
struct  HTTPReply
 Reply structure for request_done to fill in. More...
 

Macros

#define _(x)   std::string(x) /* Keep the _() around in case gettext or such will be used later to translate non-UI */
 

Functions

std::string HelpMessageCli ()
 
UniValue CallRPC (const std::string &strMethod, const UniValue &params)
 
int CommandLineRPC (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ _

#define _ (   x)    std::string(x) /* Keep the _() around in case gettext or such will be used later to translate non-UI */

Definition at line 26 of file prcycoin-cli.cpp.

Function Documentation

◆ CallRPC()

UniValue CallRPC ( const std::string &  strMethod,
const UniValue params 
)
Todo:
RAII
Todo:
RAII
Todo:
RAII

Definition at line 143 of file prcycoin-cli.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CommandLineRPC()

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

Definition at line 222 of file prcycoin-cli.cpp.

Here is the call graph for this function:

◆ HelpMessageCli()

std::string HelpMessageCli ( )

Definition at line 31 of file prcycoin-cli.cpp.

Here is the call graph for this function:

◆ main()

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

Definition at line 293 of file prcycoin-cli.cpp.

Here is the call graph for this function: