UNPKG

@etherspot/contracts

Version:

Etherspot Solidity contracts

19 lines (18 loc) 634 B
import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { IERC1822Proxiable, IERC1822ProxiableInterface } from "../IERC1822Proxiable"; export declare class IERC1822Proxiable__factory { static readonly abi: { inputs: any[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; }[]; static createInterface(): IERC1822ProxiableInterface; static connect(address: string, signerOrProvider: Signer | Provider): IERC1822Proxiable; }