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

Verify all the countersigning session data together.