UNPKG

@etherspot/contracts

Version:

Etherspot Solidity contracts

32 lines (31 loc) 938 B
import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { Initializable, InitializableInterface } from "../Initializable"; export declare class Initializable__factory { static readonly abi: ({ anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; outputs?: undefined; stateMutability?: undefined; } | { inputs: any[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; })[]; static createInterface(): InitializableInterface; static connect(address: string, signerOrProvider: Signer | Provider): Initializable; }