Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces | Functions | Variables
dummywallet.cpp File Reference
#include <common/args.h>
#include <logging.h>
#include <walletinitinterface.h>
Include dependency graph for dummywallet.cpp:

Go to the source code of this file.

Classes

class  DummyWalletInit
 

Namespaces

 interfaces
 

Functions

std::unique_ptr< WalletLoader > interfaces::MakeWalletLoader (Chain &chain, ArgsManager &args)
 Return implementation of ChainClient interface for a wallet loader. More...
 

Variables

const WalletInitInterfaceg_wallet_init_interface = DummyWalletInit()
 

Variable Documentation

◆ g_wallet_init_interface

const WalletInitInterface& g_wallet_init_interface = DummyWalletInit()

Definition at line 59 of file dummywallet.cpp.