3 lines
219 B
TypeScript
Executable file
3 lines
219 B
TypeScript
Executable file
import { TLogAuthority } from '../trust';
|
|
import type { TLogEntryWithInclusionProof } from '@sigstore/bundle';
|
|
export declare function verifyCheckpoint(entry: TLogEntryWithInclusionProof, tlogs: TLogAuthority[]): void;
|