Function web3::helpers::to_results_from_outputs[][src]

pub fn to_results_from_outputs(
    outputs: Vec<Output>
) -> Result<Vec<Result<Value, Error>>, Error>

Parse a Vec of rpc::Output into Result.