PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@sigstore/sign/dist/witness/tlog

Просмотр файла: index.d.ts

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 {};

Выполнить команду


Для локальной разработки. Не используйте в интернете!