pub fn to_results_from_outputs( outputs: Vec<Output>, ) -> Result<Vec<Result<Value>>>
Parse a Vec of rpc::Output into Result.
rpc::Output
Result