UNPKG

@mean-finance/dca-v2-periphery

Version:

💱 Periphery smart contracts of DCA V2 by mean.finance

63 lines • 1.76 kB
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IKeep3r, IKeep3rInterface } from "../../../../keep3r-v2/solidity/interfaces/IKeep3r"; export declare class IKeep3r__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: { internalType: string; name: string; type: string; }[]; 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: { components: { internalType: string; name: string; type: string; }[]; internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; })[]; static createInterface(): IKeep3rInterface; static connect(address: string, signerOrProvider: Signer | Provider): IKeep3r; } //# sourceMappingURL=IKeep3r__factory.d.ts.map