Bitcoin ABC  0.29.2
P2P Digital Currency
Functions | Variables
bitcoin-wallet.cpp File Reference
#include <chainparams.h>
#include <chainparamsbase.h>
#include <currencyunit.h>
#include <logging.h>
#include <util/system.h>
#include <util/translation.h>
#include <wallet/wallettool.h>
#include <functional>
Include dependency graph for bitcoin-wallet.cpp:

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...
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 91 of file bitcoin-wallet.cpp.

Here is the call graph for this function:

◆ SetupWalletToolArgs()

static void SetupWalletToolArgs ( ArgsManager argsman)
static

Definition at line 21 of file bitcoin-wallet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ WalletAppInit()

static bool WalletAppInit ( int  argc,
char *  argv[] 
)
static

Definition at line 49 of file bitcoin-wallet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ G_TRANSLATION_FUN

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.