PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@sigstore/sign/dist/witness/tsa
Просмотр файла: client.d.ts
/// <reference types="node" />
import type { FetchOptions } from '../../types/fetch';
export interface TSA {
createTimestamp: (signature: Buffer) => Promise<Buffer>;
}
export type TSAClientOptions = {
tsaBaseURL: string;
} & FetchOptions;
export declare class TSAClient implements TSA {
private tsa;
constructor(options: TSAClientOptions);
createTimestamp(signature: Buffer): Promise<Buffer>;
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!