Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>
#include <chainparams.h>
#include <chainparamsbase.h>
#include <clientversion.h>
#include <common/args.h>
#include <common/system.h>
#include <compat/compat.h>
#include <interfaces/init.h>
#include <key.h>
#include <logging.h>
#include <pubkey.h>
#include <tinyformat.h>
#include <util/exception.h>
#include <util/translation.h>
#include <wallet/wallettool.h>
#include <exception>
#include <functional>
#include <string>
#include <tuple>
Go to the source code of this file.
Functions | |
static void | SetupWalletToolArgs (ArgsManager &argsman) |
static std::optional< int > | WalletAppInit (ArgsManager &args, int argc, char *argv[]) |
if (!init) | |
SetupEnvironment () | |
RandomInit () | |
catch (const std::exception &e) | |
catch (...) | |
if (command->args.size() !=0) | |
if (!wallet::WalletTool::ExecuteWalletToolFunc(args, command->command)) | |
Variables | |
const TranslateFn | G_TRANSLATION_FUN {nullptr} |
Translate string to current locale using Qt. More... | |
MAIN_FUNCTION | |
int | exit_status |
std::unique_ptr< interfaces::Init > | init = interfaces::MakeWalletInit(argc, argv, exit_status) |
try | |
const auto | command = args.GetCommand() |
ECC_Context | ecc_context {} |
return | EXIT_SUCCESS |
catch | ( | ... | ) |
Definition at line 120 of file bitcoin-wallet.cpp.
catch | ( | const std::exception & | e | ) |
Definition at line 117 of file bitcoin-wallet.cpp.
if | ( | ! | init | ) |
Definition at line 109 of file bitcoin-wallet.cpp.
if | ( | ! | wallet::WalletTool::ExecuteWalletToolFuncargs, command->command | ) |
Definition at line 136 of file bitcoin-wallet.cpp.
if | ( | command->args.size() ! | = 0 | ) |
RandomInit | ( | ) |
SetupEnvironment | ( | ) |
Definition at line 59 of file system.cpp.
|
static |
Definition at line 31 of file bitcoin-wallet.cpp.
|
static |
const auto command = args.GetCommand() |
Definition at line 125 of file bitcoin-wallet.cpp.
ECC_Context ecc_context {} |
Definition at line 135 of file bitcoin-wallet.cpp.
return node exit_status |
Definition at line 107 of file bitcoin-wallet.cpp.
return EXIT_SUCCESS |
Definition at line 139 of file bitcoin-wallet.cpp.
const TranslateFn G_TRANSLATION_FUN {nullptr} |
Translate string to current locale using Qt.
Definition at line 29 of file bitcoin-wallet.cpp.
std::unique_ptr<interfaces::Init> init = interfaces::MakeWalletInit(argc, argv, exit_status) |
Definition at line 108 of file bitcoin-wallet.cpp.
MAIN_FUNCTION |
Definition at line 99 of file bitcoin-wallet.cpp.
try |
Definition at line 115 of file bitcoin-wallet.cpp.