UNPKG

astra-router-sdk

Version:

An sdk for routing swaps using Astra Classic and Astra CL.

4 lines (3 loc) 172 B
import { Currency } from 'astra-sdk-core'; import { TPool } from './TPool'; export declare function isValidTokenPath(currentPool: TPool, inputToken: Currency): boolean;