Sha256: 9013a3cb7e6bd511e47059432e57a3bbcad41d35a128d54bd1ea31b660651f2d
Contents?: true
Size: 521 Bytes
Versions: 33
Compression:
Stored size: 521 Bytes
Contents
import { TLogClientOptions } from './client'; import type { TransparencyLogEntry } from '@sigstore/bundle'; import type { SignatureBundle, Witness } from '../witness'; type TransparencyLogEntries = { tlogEntries: TransparencyLogEntry[]; }; export type RekorWitnessOptions = TLogClientOptions; export declare class RekorWitness implements Witness { private tlog; constructor(options: RekorWitnessOptions); testify(content: SignatureBundle, publicKey: string): Promise<TransparencyLogEntries>; } export {};
Version data entries
33 entries across 33 versions & 1 rubygems