3 lines
161 B
TypeScript
3 lines
161 B
TypeScript
import type { TLogEntryWithInclusionProof } from '@sigstore/bundle';
|
|
export declare function verifyMerkleInclusion(entry: TLogEntryWithInclusionProof): boolean;
|