UNPKG

352 BTypeScriptView Raw
1import { Networkish } from "@ethersproject/networks";
2import { JsonRpcProvider } from "./json-rpc-provider";
3export declare class IpcProvider extends JsonRpcProvider {
4 readonly path: string;
5 constructor(path: string, network?: Networkish);
6 send(method: string, params: Array<any>): Promise<any>;
7}
8//# sourceMappingURL=ipc-provider.d.ts.map
\No newline at end of file