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