1 | import { ethers } from "ethers";
|
2 | import { EthereumProvider } from "hardhat/types";
|
3 | export declare class EthersProviderWrapper extends ethers.providers.JsonRpcProvider {
|
4 | private readonly _hardhatProvider;
|
5 | constructor(hardhatProvider: EthereumProvider);
|
6 | send(method: string, params: any): Promise<any>;
|
7 | toJSON(): string;
|
8 | }
|
9 | //# sourceMappingURL=ethers-provider-wrapper.d.ts.map |
\ | No newline at end of file |