[#wallet-WalletTool-ExecuteWalletToolFunc] = xref:wallet.adoc[wallet]::xref:wallet/WalletTool.adoc[WalletTool]::ExecuteWalletToolFunc :relfileprefix: ../../ :mrdocs: Runs a wallet‐tool command such as create, info, or dump. == Synopsis Declared in `<wallet/wallettool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ExecuteWalletToolFunc( xref:ArgsManager.adoc[ArgsManager] const& args, std::string const& command); ---- == Return Value true if the command completed successfully. == Parameters [cols="1,4"] |=== | Name| Description | *args* | The parsed arguments controlling the command. | *command* | The name of the wallet‐tool command to run. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#