Submit
Path:
~
/
/
opt
/
alt
/
alt-nodejs18
/
root
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
tlog
/
File Content:
index.d.ts
/// <reference types="node" /> import { SignatureMaterial } from '../types/signature'; import { Bundle, Envelope } from '../types/sigstore'; interface CreateEntryOptions { fetchOnConflict?: boolean; } export { Entry, EntryKind, HashedRekordKind } from './types'; export interface TLog { createMessageSignatureEntry: (digest: Buffer, sigMaterial: SignatureMaterial) => Promise<Bundle>; createDSSEEntry: (envelope: Envelope, sigMaterial: SignatureMaterial, options?: CreateEntryOptions) => Promise<Bundle>; } export interface TLogClientOptions { rekorBaseURL: string; } export declare class TLogClient implements TLog { private rekor; constructor(options: TLogClientOptions); createMessageSignatureEntry(digest: Buffer, sigMaterial: SignatureMaterial, options?: CreateEntryOptions): Promise<Bundle>; createDSSEEntry(envelope: Envelope, sigMaterial: SignatureMaterial, options?: CreateEntryOptions): Promise<Bundle>; private createEntry; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
types
---
0755
verify
---
0755
format.d.ts
436 bytes
0644
format.js
4378 bytes
0644
index.d.ts
973 bytes
0644
index.js
2748 bytes
0644
N4ST4R_ID | Naxtarrr