![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <chainparams.h>#include <chainparamsbase.h>#include <logging.h>#include <util/system.h>#include <util/translation.h>#include <util/url.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. More... | |
| UrlDecodeFn *const | URL_DECODE = nullptr |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
Definition at line 22 of file bitcoin-wallet.cpp.
|
static |
Definition at line 37 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 19 of file bitcoin-wallet.cpp.
| UrlDecodeFn* const URL_DECODE = nullptr |
Definition at line 20 of file bitcoin-wallet.cpp.
1.8.8