UNPKG

xpm

Version:

The xPack project manager command line tool

4 lines (3 loc) 231 B
import { LogCheckpoint } from './checkpoint'; import type { TLogEntryWithInclusionProof } from '@sigstore/bundle'; export declare function verifyMerkleInclusion(entry: TLogEntryWithInclusionProof, checkpoint: LogCheckpoint): void;