Function bitcoin_system::run_command_parsejson
source · pub fn run_command_parsejson(
str_command: Option<&str>,
str_std_in: Option<&str>
) -> UniValue
Expand description
| Execute a command which returns JSON, | and parse the result. | | ———– | @param str_command | | The command to execute, including any | arguments | ––––– | @param str_std_in | | string to pass to stdin | | ———– | @return | | parsed JSON |