UNPKG

lotus-v4-sdk

Version:

⚒️ An SDK for building applications on top of Lotus V4

3 lines (2 loc) 136 B
import { Currency } from '@uniswap/sdk-core'; export declare function sortsBefore(currencyA: Currency, currencyB: Currency): boolean;