pub fn rpc_convert_values(
    str_method: &str,
    str_params: &Vec<String>
) -> UniValue
Expand description

| Convert positional arguments to command-specific | RPC representation |