Skip to main content

SectionVerifyResult

Type Alias SectionVerifyResult 

Source
pub type SectionVerifyResult = (u8, &'static str, usize, Result<(), String>);
Expand description

One verification entry per section: (section_id, section_name, bytes_checked, result).

Returned by verify_snapshot.