UNPKG

swapnet-sdk-test-4

Version:
5 lines (4 loc) 273 B
import { type ISwapResponse } from "./common/interfaces.js"; import { type IRoutingPlan } from "./common/routingPlan.js"; export declare const parse: (swapResponse: ISwapResponse) => IRoutingPlan; export declare const printRoutingPlan: (routingPlan: IRoutingPlan) => void;