Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
init.cpp File Reference
#include <bitcoin-build-config.h>
#include <common/args.h>
#include <init.h>
#include <interfaces/chain.h>
#include <interfaces/init.h>
#include <interfaces/wallet.h>
#include <net.h>
#include <node/context.h>
#include <node/interface_ui.h>
#include <outputtype.h>
#include <univalue.h>
#include <util/check.h>
#include <util/moneystr.h>
#include <util/translation.h>
#include <wallet/coincontrol.h>
#include <wallet/wallet.h>
#include <walletinitinterface.h>
Include dependency graph for init.cpp:

Go to the source code of this file.

Classes

class  wallet::WalletInit

Namespaces

namespace  wallet

Variables

const WalletInitInterfaceg_wallet_init_interface = wallet::WalletInit()

Variable Documentation

◆ g_wallet_init_interface

const WalletInitInterface& g_wallet_init_interface = wallet::WalletInit()

Definition at line 115 of file init.cpp.