Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
wallet::WalletInit Class Reference
Inheritance diagram for wallet::WalletInit:
[legend]
Collaboration diagram for wallet::WalletInit:
[legend]

Public Member Functions

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

Detailed Description

Definition at line 28 of file init.cpp.

Member Function Documentation

◆ AddWalletOptions()

void wallet::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 wallet::WalletInit::Construct ( NodeContext & node) const
overridevirtual

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

Implements WalletInitInterface.

Definition at line 102 of file init.cpp.

◆ HasWalletSupport()

bool wallet::WalletInit::HasWalletSupport ( ) const
inlineoverridevirtual

Was the wallet component compiled in.

Implements WalletInitInterface.

Definition at line 32 of file init.cpp.

◆ ParameterInteraction()

bool wallet::WalletInit::ParameterInteraction ( ) const
overridevirtual

Wallets parameter interaction.

Implements WalletInitInterface.

Definition at line 85 of file init.cpp.


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