Skip to main content

Module receipt

Module receipt 

Source
Expand description

The run-level sealed receipt — the tamper-evident record of a whole pipeline run.

A RuntimeReceiptV1 collects the ordered StageReceiptSummarys of an executed pipeline and seals them (with the manifest’s pipeline id + frozen-authority digest) into a single receipt_hash. It is the substrate analogue of the chemical court record’s bundle_root: a deterministic, re-derivable digest over exactly what ran, so a verifier can confirm the run was not altered after the fact.

Structs§

RuntimeReceiptV1
A sealed record of one pipeline run (schema v1).

Functions§

hex
Convenience: hex of a raw digest (re-exported through the crate root for callers building receipts by hand).