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