UNPKG

@mean-finance/dca-v2-periphery

Version:

💱 Periphery smart contracts of DCA V2 by mean.finance

49 lines • 1.5 kB
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IPermit2, IPermit2Interface } from "../../../../contracts/interfaces/external/IPermit2"; export declare class IPermit2__factory { static readonly abi: ({ inputs: never[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; } | { inputs: ({ components: ({ components: { internalType: string; name: string; type: string; }[]; internalType: string; name: string; type: string; } | { internalType: string; name: string; type: string; components?: undefined; })[]; internalType: string; name: string; type: string; } | { internalType: string; name: string; type: string; components?: undefined; })[]; name: string; outputs: never[]; stateMutability: string; type: string; })[]; static createInterface(): IPermit2Interface; static connect(address: string, signerOrProvider: Signer | Provider): IPermit2; } //# sourceMappingURL=IPermit2__factory.d.ts.map