D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sigstore
/
dist
/
tlog
/
Filename :
format.d.ts
back
Copy
/// <reference types="node" /> import { SignatureMaterial } from '../types/signature'; import { Envelope } from '../types/sigstore'; import { HashedRekordKind, IntotoKind } from './types'; export declare function toProposedHashedRekordEntry(digest: Buffer, signature: SignatureMaterial): HashedRekordKind; export declare function toProposedIntotoEntry(envelope: Envelope, signature: SignatureMaterial, apiVersion?: string): IntotoKind;