Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <chainparams.h>
#include <chainparamsbase.h>
#include <common/args.h>
#include <common/system.h>
#include <currencyunit.h>
#include <logging.h>
#include <util/exception.h>
#include <util/translation.h>
#include <wallet/wallettool.h>
#include <functional>
Go to the source code of this file.
Functions | |
static void | SetupWalletToolArgs (ArgsManager &argsman) |
static bool | WalletAppInit (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. | |
|
static |
Definition at line 23 of file bitcoin-wallet.cpp.
Definition at line 53 of file bitcoin-wallet.cpp.
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 21 of file bitcoin-wallet.cpp.