UNPKG

@mean-finance/dca-v2-periphery

Version:

💱 Periphery smart contracts of DCA V2 by mean.finance

50 lines • 1.46 kB
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IDCAKeep3rJob, IDCAKeep3rJobInterface } from "../../../contracts/interfaces/IDCAKeep3rJob"; export declare class IDCAKeep3rJob__factory { static readonly abi: ({ inputs: never[]; name: string; type: string; anonymous?: undefined; outputs?: undefined; stateMutability?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; outputs?: undefined; stateMutability?: undefined; } | { inputs: never[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; } | { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: never[]; stateMutability: string; type: string; anonymous?: undefined; })[]; static createInterface(): IDCAKeep3rJobInterface; static connect(address: string, signerOrProvider: Signer | Provider): IDCAKeep3rJob; } //# sourceMappingURL=IDCAKeep3rJob__factory.d.ts.map