![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <walletinitinterface.h>
Public Member Functions | |
| virtual bool | HasWalletSupport () const =0 |
| Is the wallet component enabled. More... | |
| virtual void | AddWalletOptions (ArgsManager &argsman) const =0 |
| Get wallet help string. More... | |
| virtual bool | ParameterInteraction () const =0 |
| Check wallet parameter interaction. More... | |
| virtual void | Construct (node::NodeContext &node) const =0 |
| Add wallets that should be opened to list of chain clients. More... | |
| virtual | ~WalletInitInterface ()=default |
Definition at line 14 of file walletinitinterface.h.
|
virtualdefault |
|
pure virtual |
Get wallet help string.
Implemented in DummyWalletInit, and wallet::WalletInit.
|
pure virtual |
Add wallets that should be opened to list of chain clients.
Implemented in DummyWalletInit, and wallet::WalletInit.
|
pure virtual |
Is the wallet component enabled.
Implemented in DummyWalletInit, and wallet::WalletInit.
|
pure virtual |
Check wallet parameter interaction.
Implemented in DummyWalletInit, and wallet::WalletInit.