NET-Web-API-w-Angular/my-app/node_modules/@sigstore/verify/dist/timestamp/merkle.d.ts

2 lines
158 B
TypeScript
Executable file

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