1 | import { Networkish } from "@ethersproject/networks";
|
2 | import { JsonRpcProvider } from "./json-rpc-provider";
|
3 | export 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 |