UNPKG

swapnet-sdk-test-4

Version:
11 lines (10 loc) 532 B
import { type IPermitWithSignature } from './routerCommands.js'; import { type IRoutingPlan } from '../../common/routingPlan.js'; import { RouterBase } from '../routerBase.js'; import type { IEncodeOptions } from '../types.js'; export declare class UniversalRouter extends RouterBase { constructor(_chainId: number, _routerAddress?: string | undefined, _tokenProxyAddress?: string | undefined); encode(routingPlan: IRoutingPlan, options: IEncodeOptions & { inputTokenPermit?: IPermitWithSignature; }): string; }