UNPKG

@augumented-finance/protocol-v1

Version:

Augmented Protocol smart contracts

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