@mean-finance/dca-v2-periphery
Version:
💱 Periphery smart contracts of DCA V2 by mean.finance
13 lines • 558 B
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IBaseErrors, IBaseErrorsInterface } from "../../../../../keep3r-v2/solidity/interfaces/peripherals/IBaseErrors";
export declare class IBaseErrors__factory {
static readonly abi: {
inputs: never[];
name: string;
type: string;
}[];
static createInterface(): IBaseErrorsInterface;
static connect(address: string, signerOrProvider: Signer | Provider): IBaseErrors;
}
//# sourceMappingURL=IBaseErrors__factory.d.ts.map