PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo-forks/avalanchejs/dist/es/vms/common

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

import { JrpcProvider } from './rpc';
export declare abstract class Api {
    protected path: string;
    protected base?: string | undefined;
    protected fetchOptions?: RequestInit | undefined;
    protected rpcProvider: JrpcProvider;
    constructor(baseURL: string | undefined, path: string, base?: string | undefined, fetchOptions?: RequestInit | undefined);
    setFetchOptions(options: RequestInit | undefined): void;
    protected getMethodName: (methodName: string) => string;
    protected callRpc: <T>(methodName: string, params?: Array<Record<string, any>> | Record<string, any>) => Promise<T>;
}
//# sourceMappingURL=baseApi.d.ts.map

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


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