UNPKG

@xspswap/smart-order-router

Version:
5 lines (4 loc) 242 B
import { Protocol } from '@x-swap-protocol/router-sdk'; export declare const TO_PROTOCOL: (protocol: string) => Protocol; export declare const isV3: (protocol: Protocol) => boolean; export declare const isV2: (protocol: Protocol) => boolean;