pub fn to_results_from_outputs(
    outputs: Vec<Output>
) -> Result<Vec<Result<Value>>>
Expand description

Parse a Vec of rpc::Output into Result.