Skip to main content

validate_journal

Function validate_journal 

Source
pub fn validate_journal<B: AsRef<[u8]>>(blobs: &[B]) -> ValidationReport
Expand description

Validate a journal prefix: a sequence of opaque record byte blobs, in any order. Records group into per-operation segments, each judged independently; blob order never matters because the chain’s own step_seq/digest links define the order.