pub fn check_countersigning_session_data_contains_action(
    entry_hash: EntryHash,
    session_data: &CounterSigningSessionData,
    action: NewEntryActionRef<'_>
) -> SysValidationResult<()>
Expand description

Verify the countersigning session contains the specified action.