UNPKG

390 BTypeScriptView Raw
1import { ethers } from "ethers";
2import { EthereumProvider } from "hardhat/types";
3export 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