Function seal_to_json

Source
pub fn seal_to_json<R, W>(reader: R, writer: W) -> Result<(), Error>
where R: Read, W: Write,
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.