![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
#include <qt/bitcoin.h>#include <common/url.h>#include <compat/compat.h>#include <util/translation.h>#include <QCoreApplication>#include <functional>#include <string>Go to the source code of this file.
Variables | |
| const std::function< std::string(const char *)> | G_TRANSLATION_FUN |
| Translate string to current locale using Qt. More... | |
| UrlDecodeFn *const | URL_DECODE = urlDecode |
| MAIN_FUNCTION | |
| const std::function<std::string(const char*)> G_TRANSLATION_FUN |
Translate string to current locale using Qt.
Definition at line 53 of file bitcoin-cli.cpp.
| MAIN_FUNCTION |
| UrlDecodeFn* const URL_DECODE = urlDecode |
1.8.14