Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
WalletInitInterface Class Referenceabstract

#include <walletinitinterface.h>

Inheritance diagram for WalletInitInterface:
[legend]

Public Member Functions

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

Detailed Description

Definition at line 14 of file walletinitinterface.h.

Constructor & Destructor Documentation

◆ ~WalletInitInterface()

virtual WalletInitInterface::~WalletInitInterface ( )
virtualdefault

Member Function Documentation

◆ AddWalletOptions()

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

Get wallet help string.

Implemented in DummyWalletInit, and wallet::WalletInit.

◆ Construct()

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

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

Implemented in DummyWalletInit, and wallet::WalletInit.

◆ HasWalletSupport()

virtual bool WalletInitInterface::HasWalletSupport ( ) const
pure virtual

Is the wallet component enabled.

Implemented in DummyWalletInit, and wallet::WalletInit.

◆ ParameterInteraction()

virtual bool WalletInitInterface::ParameterInteraction ( ) const
pure virtual

Check wallet parameter interaction.

Implemented in DummyWalletInit, and wallet::WalletInit.


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