UNPKG

@thirdweb-dev/contracts-js

Version:
12 lines 448 B
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { Proxy, ProxyInterface } from "../Proxy"; export declare class Proxy__factory { static readonly abi: { type: string; stateMutability: string; }[]; static createInterface(): ProxyInterface; static connect(address: string, signerOrProvider: Signer | Provider): Proxy; } //# sourceMappingURL=Proxy__factory.d.ts.map