UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

7 lines (6 loc) 295 B
import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { ILendingPoolEvents } from "./ILendingPoolEvents"; export declare class ILendingPoolEventsFactory { static connect(address: string, signerOrProvider: Signer | Provider): ILendingPoolEvents; }