ic_web3_rs::helpers

Function to_results_from_outputs

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

Parse a Vec of rpc::Output into Result.