Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | List of all members
WalletInitInterface Class Referenceabstract

#include <walletinitinterface.h>

Inheritance diagram for WalletInitInterface:
[legend]

Public Member Functions

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

Detailed Description

Definition at line 14 of file walletinitinterface.h.

Constructor & Destructor Documentation

◆ ~WalletInitInterface()

virtual WalletInitInterface::~WalletInitInterface ( )
inlinevirtual

Definition at line 25 of file walletinitinterface.h.

Member Function Documentation

◆ AddWalletOptions()

virtual void WalletInitInterface::AddWalletOptions ( ArgsManager argsman) const
pure virtual

Get wallet help string.

Implemented in wallet::WalletInit, and DummyWalletInit.

Here is the caller graph for this function:

◆ Construct()

virtual void WalletInitInterface::Construct ( node::NodeContext node) const
pure virtual

Add wallets that should be opened to list of chain clients.

Implemented in wallet::WalletInit, and DummyWalletInit.

Here is the caller graph for this function:

◆ HasWalletSupport()

virtual bool WalletInitInterface::HasWalletSupport ( ) const
pure virtual

Is the wallet component enabled.

Implemented in wallet::WalletInit, and DummyWalletInit.

Here is the caller graph for this function:

◆ ParameterInteraction()

virtual bool WalletInitInterface::ParameterInteraction ( ) const
pure virtual

Check wallet parameter interaction.

Implemented in wallet::WalletInit, and DummyWalletInit.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: