Bitcoin Core  22.99.0
P2P Digital Currency
Public Member Functions | List of all members
WalletInit Class Reference
Inheritance diagram for WalletInit:
[legend]
Collaboration diagram for WalletInit:
[legend]

Public Member Functions

bool HasWalletSupport () const override
 Was the wallet component compiled in. More...
 
void AddWalletOptions (ArgsManager &argsman) const override
 Return the wallets help message. More...
 
bool ParameterInteraction () const override
 Wallets parameter interaction. More...
 
void Construct (NodeContext &node) const override
 Add wallets that should be opened to list of chain clients. More...
 
- Public Member Functions inherited from WalletInitInterface
virtual ~WalletInitInterface ()
 

Detailed Description

Definition at line 26 of file init.cpp.

Member Function Documentation

◆ AddWalletOptions()

void WalletInit::AddWalletOptions ( ArgsManager argsman) const
overridevirtual

Return the wallets help message.

Implements WalletInitInterface.

Definition at line 44 of file init.cpp.

Here is the call graph for this function:

◆ Construct()

void WalletInit::Construct ( NodeContext node) const
overridevirtual

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

Implements WalletInitInterface.

Definition at line 129 of file init.cpp.

Here is the call graph for this function:

◆ HasWalletSupport()

bool WalletInit::HasWalletSupport ( ) const
inlineoverridevirtual

Was the wallet component compiled in.

Implements WalletInitInterface.

Definition at line 30 of file init.cpp.

◆ ParameterInteraction()

bool WalletInit::ParameterInteraction ( ) const
overridevirtual

Wallets parameter interaction.

Implements WalletInitInterface.

Definition at line 100 of file init.cpp.

Here is the call graph for this function:

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