5#ifndef BITCOIN_WALLETINITINTERFACE_H
6#define BITCOIN_WALLETINITINTERFACE_H
virtual bool HasWalletSupport() const =0
Is the wallet component enabled.
virtual void AddWalletOptions(ArgsManager &argsman) const =0
Get wallet help string.
virtual ~WalletInitInterface()=default
virtual void Construct(node::NodeContext &node) const =0
Add wallets that should be opened to list of chain clients.
virtual bool ParameterInteraction() const =0
Check wallet parameter interaction.
const WalletInitInterface & g_wallet_init_interface