2 lines
158 B
TypeScript
Executable file
2 lines
158 B
TypeScript
Executable file
import type { TLogEntryWithInclusionProof } from '@sigstore/bundle';
|
|
export declare function verifyMerkleInclusion(entry: TLogEntryWithInclusionProof): void;
|