Function jsonrpsee_ws_client::helpers::process_batch_response[][src]

pub fn process_batch_response(
    manager: &mut RequestManager,
    rps: Vec<JsonRpcResponse<'_, JsonValue>>
) -> Result<(), Error>

Attempts to process a batch response.

On success the result is sent to the frontend.