Runs a wallet-tool command such as create, info, or dump.
Declared in <wallet/wallettool.h>
bool
ExecuteWalletToolFunc(
ArgsManager const& args,
std::string const& command);
true if the command completed successfully.
| Name | Description |
|---|---|
| args | The parsed arguments controlling the command. |
| command | The name of the wallet-tool command to run. |