UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

25 lines 939 B
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ISomaSwapRouter, ISomaSwapRouterInterface } from "./ISomaSwapRouter"; export declare class ISomaSwapRouter__factory { static readonly erc165InterfaceId = "0xd6ddf9ee"; static readonly erc1820InterfaceId = "0xe6e64151262017b0cc6b6a63f3a533cce026167dda20a2458b6d389e0c43a8de"; 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(): ISomaSwapRouterInterface; static connect(address: string, signerOrProvider: Signer | Provider): ISomaSwapRouter; } //# sourceMappingURL=ISomaSwapRouter__factory.d.ts.map