pub fn wasm_decode_job_result(
result_hex: &str,
timeline_hex: &str,
) -> Result<JobResultView, WasmAnalyticsError>Expand description
Decode the JobResult + JobTimeline envelope and return a tagged view.
pub fn wasm_decode_job_result(
result_hex: &str,
timeline_hex: &str,
) -> Result<JobResultView, WasmAnalyticsError>Decode the JobResult + JobTimeline envelope and return a tagged view.