Files
pyrofetes-frontend/node_modules/@sigstore/verify/dist/tlog/index.d.ts
T
2026-05-26 11:58:39 +02:00

6 lines
380 B
TypeScript

import type { TransparencyLogEntry } from '@sigstore/bundle';
import type { SignatureContent } from '../shared.types';
import { TLogAuthority } from '../trust';
export declare function verifyTLogBody(entry: TransparencyLogEntry, sigContent: SignatureContent): void;
export declare function verifyTLogInclusion(entry: TransparencyLogEntry, tlogAuthorities: TLogAuthority[]): void;