PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/web3-errors/lib/commonjs/errors

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

import { BaseWeb3Error } from '../web3_error_base.js';
export declare class SchemaFormatError extends BaseWeb3Error {
    type: string;
    code: number;
    constructor(type: string);
    toJSON(): {
        type: string;
        name: string;
        code: number;
        message: string;
        cause: Error | undefined;
        innerError: Error | undefined;
    };
}

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


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