Bitcoin ABC 0.30.5
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 () |
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.
|
pure virtual |
Is the wallet component enabled.
Implemented in DummyWalletInit, and WalletInit.
|
pure virtual |
Check wallet parameter interaction.
Implemented in DummyWalletInit, and WalletInit.