UNPKG

xpm

Version:

The xPack project manager command line tool

5 lines (4 loc) 271 B
import { X509Certificate } from '@sigstore/core'; import type { TLogAuthority } from '../trust'; export type VerifiedSCTProvider = Buffer; export declare function verifySCTs(cert: X509Certificate, issuer: X509Certificate, ctlogs: TLogAuthority[]): VerifiedSCTProvider[];