pub fn seal_to_json<R, W>(reader: R, writer: W) -> Result<(), Error>Available on non-
target_os="zkvm" and crate feature prove only.Expand description
Convert a recursion VM seal (i.e. succinct receipt) into a JSON format compatible with the
stark_verify witness generator.