UNPKG

@etherspot/contracts

Version:

Etherspot Solidity contracts

19 lines (18 loc) 641 B
import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { ContextUpgradeable, ContextUpgradeableInterface } from "../ContextUpgradeable"; export declare class ContextUpgradeable__factory { static readonly abi: { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; }[]; static createInterface(): ContextUpgradeableInterface; static connect(address: string, signerOrProvider: Signer | Provider): ContextUpgradeable; }