Bitcoin ABC  0.29.2
P2P Digital Currency
Classes | Namespaces | Functions | Variables
dummywallet.cpp File Reference
#include <logging.h>
#include <util/system.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< Wallet > interfaces::MakeWallet (const std::shared_ptr< CWallet > &wallet)
 Return implementation of Wallet interface. More...
 

Variables

const WalletInitInterfaceg_wallet_init_interface = DummyWalletInit()
 

Variable Documentation

◆ g_wallet_init_interface

const WalletInitInterface& g_wallet_init_interface = DummyWalletInit()

Definition at line 40 of file dummywallet.cpp.