5 #ifndef BITCOIN_WALLETINITINTERFACE_H 6 #define BITCOIN_WALLETINITINTERFACE_H 30 #endif // BITCOIN_WALLETINITINTERFACE_H Definition: scheduler.h:37
virtual void Construct(InitInterfaces &interfaces) const =0
virtual void AddWalletOptions() const =0
Definition: dummywallet.cpp:11
virtual ~WalletInitInterface()
Definition: walletinitinterface.h:25
virtual bool ParameterInteraction() const =0
const WalletInitInterface & g_wallet_init_interface
Definition: dummywallet.cpp:55
virtual bool HasWalletSupport() const =0
Pointers to interfaces used during init and destroyed on shutdown.
Definition: init.h:19
Definition: walletinitinterface.h:14