entry.d.ts 242 B

123
  1. import type { ProposedEntry } from '../../external/rekor';
  2. import type { SignatureBundle } from '../witness';
  3. export declare function toProposedEntry(content: SignatureBundle, publicKey: string, entryType?: 'dsse' | 'intoto'): ProposedEntry;