BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Functions | Variables
bsha3d.cpp File Reference
#include <chainparams.h>
#include <clientversion.h>
#include <compat.h>
#include <fs.h>
#include <rpc/server.h>
#include <init.h>
#include <noui.h>
#include <shutdown.h>
#include <util.h>
#include <httpserver.h>
#include <httprpc.h>
#include <utilstrencodings.h>
#include <walletinitinterface.h>
#include <stdio.h>
Include dependency graph for bsha3d.cpp:

Go to the source code of this file.

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...
 

Function Documentation

◆ main()

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

Definition at line 186 of file bsha3d.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 26 of file bsha3d.cpp.