Kargi-Sitesi/node_modules/@sigstore/verify/dist/timestamp/merkle.d.ts

3 lines
158 B
TypeScript
Raw Normal View History

2024-11-03 21:30:09 -05:00
import type { TLogEntryWithInclusionProof } from '@sigstore/bundle';
export declare function verifyMerkleInclusion(entry: TLogEntryWithInclusionProof): void;