Bitcoin ABC 0.30.3
P2P Digital Currency
|
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 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 18 of file dummywallet.cpp.
|
overridevirtual |
Get wallet help string.
Implements WalletInitInterface.
Definition at line 28 of file dummywallet.cpp.
|
inlineoverridevirtual |
Add wallets that should be opened to list of chain clients.
Implements WalletInitInterface.
Definition at line 23 of file dummywallet.cpp.
|
inlineoverridevirtual |
Is the wallet component enabled.
Implements WalletInitInterface.
Definition at line 20 of file dummywallet.cpp.
|
inlineoverridevirtual |
Check wallet parameter interaction.
Implements WalletInitInterface.
Definition at line 22 of file dummywallet.cpp.