Expand description
.treeship package builder and reader.
A .treeship package is a directory (or tar archive) containing:
receipt.json– the canonical Session Receiptmerkle.json– standalone Merkle tree datarender.json– Explorer render hintsartifacts/– referenced artifact payloadsproofs/– inclusion proofs and zk proofspreview.html– static preview (optional)
Structs§
- Package
Output - Result of building a package.
- Verify
Check - A single verification check result.
Enums§
- Package
Error - Errors from package operations.
- Verify
Status - Status of a verification check.
Functions§
- build_
package - Build a
.treeshippackage directory from a composed receipt. - read_
package - Read and parse a
.treeshippackage from disk. - verify_
package - Verify a
.treeshippackage locally.