![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <qt/bitcoin.h>#include <util/translation.h>#include <util/url.h>#include <QCoreApplication>#include <functional>#include <string>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 |
| Translate string to current locale using Qt. More... | |
| UrlDecodeFn *const | URL_DECODE = urlDecode |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| const std::function<std::string(const char*)> G_TRANSLATION_FUN |
Translate string to current locale using Qt.
Definition at line 37 of file bitcoin-cli.cpp.
| UrlDecodeFn* const URL_DECODE = urlDecode |
1.8.8