BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Classes | Macros | Functions | Variables
bsha3-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 <memory>
#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 bsha3-cli.cpp:

Go to the source code of this file.

Classes

class  CConnectionFailed
 
struct  HTTPReply
 Reply structure for request_done to fill in. More...
 
class  BaseRequestHandler
 Class that handles the conversion from a command-line to a JSON-RPC request, as well as converting back to a JSON object that can be shown as result. More...
 
class  GetinfoRequestHandler
 Process getinfo requests. More...
 
class  DefaultRequestHandler
 Process default single requests. More...
 

Macros

#define EVENT_LOG_ERR   _EVENT_LOG_ERR
 

Functions

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

Variables

const std::function< std::string(const char *)> G_TRANSLATION_FUN = nullptr
 Translate a message to the native language of the user. More...
 

Macro Definition Documentation

◆ EVENT_LOG_ERR

#define EVENT_LOG_ERR   _EVENT_LOG_ERR

Function Documentation

◆ main()

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

Definition at line 513 of file bsha3-cli.cpp.

Here is the call graph for this function:

Variable Documentation

◆ G_TRANSLATION_FUN

const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr

Translate a message to the native language of the user.

Definition at line 28 of file bsha3-cli.cpp.