Function bitcoin_cli::parse_get_info_result
source · pub fn parse_get_info_result(result: &mut UniValue) -> Result<(), StdException>Expand description
| ParseGetInfoResult takes in -getinfo | result in UniValue object and parses | it into a user friendly UniValue string | to be printed on the console. | | ———– | @param[out] result | | Reference to UniValue result containing | the -getinfo output. |