UNPKG

@thirdweb-dev/contracts-js

Version:
23 lines 705 B
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IWETH, IWETHInterface } from "../IWETH"; export declare class IWETH__factory { static readonly abi: { type: string; name: string; inputs: { name: string; type: string; internalType: string; }[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; }[]; static createInterface(): IWETHInterface; static connect(address: string, signerOrProvider: Signer | Provider): IWETH; } //# sourceMappingURL=IWETH__factory.d.ts.map