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