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

3 lines
158 B
TypeScript
Raw Normal View History

2024-02-09 00:38:41 +00:00
import type { TLogEntryWithInclusionProof } from '@sigstore/bundle';
export declare function verifyMerkleInclusion(entry: TLogEntryWithInclusionProof): void;