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