MyRepo-Ums/node_modules/sigstore/dist/tlog/verify/merkle.d.ts

3 lines
161 B
TypeScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
import type { TLogEntryWithInclusionProof } from '@sigstore/bundle';
export declare function verifyMerkleInclusion(entry: TLogEntryWithInclusionProof): boolean;