PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@hashgraph/sdk/node_modules/@hashgraph/cryptography/lib
Просмотр файла: BadKeyError.d.ts
/**
* Signals that a key could not be realized from the input.
*/
export default class BadKeyError extends Error {
/**
* @param {Error | string} messageOrCause
*/
constructor(messageOrCause: Error | string);
/** @type {Error=} */
cause: Error | undefined;
stack: string | undefined;
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!