MyRepo-Ums/node_modules/sigstore/dist/tlog/verify/merkle.d.ts
2024-01-19 11:09:11 +01:00

3 lines
161 B
TypeScript

import type { TLogEntryWithInclusionProof } from '@sigstore/bundle';
export declare function verifyMerkleInclusion(entry: TLogEntryWithInclusionProof): boolean;