xpm
Version:
The xPack project manager command line tool
6 lines (5 loc) • 302 B
TypeScript
/// <reference types="node" />
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[];