UNPKG

@mean-finance/dca-v2-periphery

Version:

💱 Periphery smart contracts of DCA V2 by mean.finance

23 lines • 775 B
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IERC165, IERC165Interface } from "../../../../../@openzeppelin/contracts/utils/introspection/IERC165"; export declare class IERC165__factory { static readonly abi: { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; }[]; static createInterface(): IERC165Interface; static connect(address: string, signerOrProvider: Signer | Provider): IERC165; } //# sourceMappingURL=IERC165__factory.d.ts.map