UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

38 lines 1.27 kB
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ISomaSwapFactory, ISomaSwapFactoryInterface } from "./ISomaSwapFactory"; export declare class ISomaSwapFactory__factory { static readonly erc165InterfaceId = "0x04b2bdca"; static readonly erc1820InterfaceId = "0xf34b943932edea3cf7e01341d87da211411ac909cb87331a90de4c4880b4fec0"; static readonly abi: ({ 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; })[]; static createInterface(): ISomaSwapFactoryInterface; static connect(address: string, signerOrProvider: Signer | Provider): ISomaSwapFactory; } //# sourceMappingURL=ISomaSwapFactory__factory.d.ts.map