UNPKG

@thirdweb-dev/contracts-js

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