merkle.d.ts 158 B

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