Files
pyrofetes-frontend/node_modules/@sigstore/sign/dist/witness/tlog/entry.d.ts
T
2026-05-26 11:58:39 +02:00

6 lines
430 B
TypeScript

import type { CreateEntryRequest } from '@sigstore/protobuf-specs/rekor/v2';
import type { ProposedEntry } from '../../external/rekor';
import type { SignatureBundle } from '../witness';
export declare function toProposedEntry(content: SignatureBundle, publicKey: string, entryType?: 'dsse' | 'intoto'): ProposedEntry;
export declare function toCreateEntryRequest(content: SignatureBundle, publicKey: string): CreateEntryRequest;