Dogecoin Core  1.14.2
P2P Digital Currency
Classes | Functions
bitcoin-cli.cpp File Reference
#include "chainparamsbase.h"
#include "clientversion.h"
#include "rpc/client.h"
#include "rpc/protocol.h"
#include "util.h"
#include "utilstrencodings.h"
#include <boost/filesystem/operations.hpp>
#include <stdio.h>
#include <event2/buffer.h>
#include <event2/keyvalq_struct.h>
#include "support/events.h"
#include <univalue.h>
Include dependency graph for bitcoin-cli.cpp:

Go to the source code of this file.

Classes

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

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[])
 

Function Documentation

◆ CallRPC()

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

Definition at line 190 of file bitcoin-cli.cpp.

Here is the call graph for this function:

◆ CommandLineRPC()

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

Definition at line 264 of file bitcoin-cli.cpp.

Here is the call graph for this function:

◆ HelpMessageCli()

std::string HelpMessageCli ( )

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

Here is the call graph for this function:

◆ http_errorstring()

const char* http_errorstring ( int  code)

Definition at line 135 of file bitcoin-cli.cpp.

◆ main()

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

Definition at line 357 of file bitcoin-cli.cpp.

Here is the call graph for this function: