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

Public Member Functions

bool HasWalletSupport () const override
 Is the wallet component enabled. More...
 
void AddWalletOptions (ArgsManager &argsman) const override
 Get wallet help string. More...
 
bool ParameterInteraction () const override
 Check wallet parameter interaction. More...
 
void Construct (node::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 18 of file dummywallet.cpp.

Member Function Documentation

◆ AddWalletOptions()

void DummyWalletInit::AddWalletOptions ( ArgsManager argsman) const
overridevirtual

Get wallet help string.

Implements WalletInitInterface.

Definition at line 27 of file dummywallet.cpp.

Here is the call graph for this function:

◆ Construct()

void DummyWalletInit::Construct ( node::NodeContext node) const
inlineoverridevirtual

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

Implements WalletInitInterface.

Definition at line 24 of file dummywallet.cpp.

◆ HasWalletSupport()

bool DummyWalletInit::HasWalletSupport ( ) const
inlineoverridevirtual

Is the wallet component enabled.

Implements WalletInitInterface.

Definition at line 21 of file dummywallet.cpp.

◆ ParameterInteraction()

bool DummyWalletInit::ParameterInteraction ( ) const
inlineoverridevirtual

Check wallet parameter interaction.

Implements WalletInitInterface.

Definition at line 23 of file dummywallet.cpp.


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