![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
#include <chainparams.h>
#include <clientversion.h>
#include <compat.h>
#include <init.h>
#include <interfaces/chain.h>
#include <interfaces/init.h>
#include <node/context.h>
#include <node/ui_interface.h>
#include <noui.h>
#include <shutdown.h>
#include <util/check.h>
#include <util/strencodings.h>
#include <util/syscall_sandbox.h>
#include <util/system.h>
#include <util/threadnames.h>
#include <util/tokenpipe.h>
#include <util/translation.h>
#include <util/url.h>
#include <any>
#include <functional>
#include <optional>
Go to the source code of this file.
Functions | |
static bool | AppInit (NodeContext &node, int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Variables | |
const std::function< std::string(const char *)> | G_TRANSLATION_FUN = nullptr |
Translate string to current locale using Qt. More... | |
UrlDecodeFn *const | URL_DECODE = urlDecode |
|
static |
Definition at line 109 of file bitcoind.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr |
Translate string to current locale using Qt.
Translate a message to the native language of the user.
Definition at line 33 of file bitcoind.cpp.
UrlDecodeFn* const URL_DECODE = urlDecode |
Definition at line 34 of file bitcoind.cpp.