![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>#include <common/run_command.h>#include <tinyformat.h>#include <univalue.h>#include <util/string.h>#include <util/subprocess.h>Go to the source code of this file.
Functions | |
| UniValue | RunCommandParseJSON (const std::vector< std::string > &cmd_args, const std::string &str_std_in) |
| Execute a command which returns JSON, and parse the result. More... | |
| UniValue RunCommandParseJSON | ( | const std::vector< std::string > & | cmd_args, |
| const std::string & | str_std_in = "" |
||
| ) |
Execute a command which returns JSON, and parse the result.
| cmd_args | The command and arguments |
| str_std_in | string to pass to stdin |
Definition at line 17 of file run_command.cpp.