UNPKG

@etherspot/contracts

Version:

Etherspot Solidity contracts

12 lines (11 loc) 399 B
import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { Proxy, ProxyInterface } from "../Proxy"; export declare class Proxy__factory { static readonly abi: { stateMutability: string; type: string; }[]; static createInterface(): ProxyInterface; static connect(address: string, signerOrProvider: Signer | Provider): Proxy; }