PIVX Core  5.6.99
P2P Digital Currency
Classes | Macros | Functions
pivx-cli.cpp File Reference
#include "chainparamsbase.h"
#include "clientversion.h"
#include "fs.h"
#include "rpc/client.h"
#include "rpc/protocol.h"
#include "util/system.h"
#include "utilstrencodings.h"
#include <stdio.h>
#include <tuple>
#include <event2/buffer.h>
#include <event2/keyvalq_struct.h>
#include "support/events.h"
#include <univalue.h>
Include dependency graph for pivx-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 EVENT_LOG_ERR   _EVENT_LOG_ERR
 

Functions

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

Macro Definition Documentation

◆ EVENT_LOG_ERR

#define EVENT_LOG_ERR   _EVENT_LOG_ERR

Function Documentation

◆ CallRPC()

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

Definition at line 204 of file pivx-cli.cpp.

Here is the call graph for this function:

◆ CommandLineRPC()

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

Definition at line 290 of file pivx-cli.cpp.

Here is the call graph for this function:

◆ HelpMessageCli()

std::string HelpMessageCli ( )

Definition at line 34 of file pivx-cli.cpp.

Here is the call graph for this function:

◆ http_errorstring()

const char* http_errorstring ( int  code)

Definition at line 149 of file pivx-cli.cpp.

◆ main()

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

Definition at line 389 of file pivx-cli.cpp.

Here is the call graph for this function: