![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#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>
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... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
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.