pub fn check_countersigning_session_data_contains_header(
    entry_hash: EntryHash,
    session_data: &CounterSigningSessionData,
    header: NewEntryHeaderRef<'_>
) -> Result<(), SysValidationError>
Expand description

Verify the countersigning session contains the specified header.