@augmentedfinance/protocol-v1
Version:
Augmented Protocol smart contracts
7 lines (6 loc) • 327 B
TypeScript
import { Signer } from "ethers";
import { Provider } from "@ethersproject/providers";
import type { ILendingPoolAaveCompatible } from "./ILendingPoolAaveCompatible";
export declare class ILendingPoolAaveCompatibleFactory {
static connect(address: string, signerOrProvider: Signer | Provider): ILendingPoolAaveCompatible;
}