UNPKG

@deliquifiedlabs/uniswapx-sdk

Version:

SDK for the UniswapX protocol

12 lines (11 loc) 519 B
import { OrderType } from "../constants"; export * from "./OrderValidator"; export * from "./NonceManager"; export * from "./OrderQuoter"; export * from "./EventWatcher"; export * from "./multicall"; export * from "./dutchDecay"; export * from "./order"; export declare function stripHexPrefix(a: string): string; export declare function getPermit2(chainId: number, permit2Address?: string): string; export declare function getReactor(chainId: number, orderType: OrderType, reactorAddress?: string): string;