Bitcoin ABC  0.29.2
P2P Digital Currency
Classes | Variables
init.cpp File Reference
#include <config.h>
#include <init.h>
#include <interfaces/chain.h>
#include <interfaces/wallet.h>
#include <net.h>
#include <node/context.h>
#include <node/ui_interface.h>
#include <univalue.h>
#include <util/check.h>
#include <util/moneystr.h>
#include <util/system.h>
#include <util/translation.h>
#include <wallet/coincontrol.h>
#include <wallet/rpc/backup.h>
#include <wallet/wallet.h>
#include <walletinitinterface.h>
Include dependency graph for init.cpp:

Go to the source code of this file.

Classes

class  WalletInit
 

Variables

const WalletInitInterfaceg_wallet_init_interface = WalletInit()
 

Variable Documentation

◆ g_wallet_init_interface

const WalletInitInterface& g_wallet_init_interface = WalletInit()

Definition at line 41 of file init.cpp.