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 { IVariableDebtToken } from "./IVariableDebtToken"; export declare class IVariableDebtTokenFactory { static connect(address: string, signerOrProvider: Signer | Provider): IVariableDebtToken; }