![]() |
Bitcoin Core
24.99.0
P2P Digital Currency
|
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... | |
![]() | |
virtual | ~WalletInitInterface () |
|
overridevirtual |
Return the wallets help message.
Implements WalletInitInterface.
Definition at line 45 of file init.cpp.
|
overridevirtual |
Add wallets that should be opened to list of chain clients.
Implements WalletInitInterface.
Definition at line 128 of file init.cpp.
|
inlineoverridevirtual |
Was the wallet component compiled in.
Implements WalletInitInterface.
|
overridevirtual |
Wallets parameter interaction.
Implements WalletInitInterface.
Definition at line 102 of file init.cpp.