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

3 lines
182 B
TypeScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
import type { Bundle, TransparencyLogEntry } from '@sigstore/bundle';
export declare function verifyTLogBody(entry: TransparencyLogEntry, bundleContent: Bundle['content']): boolean;