UNPKG

@crust_finance/sdk-core

Version:

⚒️ An SDK for building applications on top of Uniswap V3

4 lines (3 loc) 142 B
import { NativeCurrency } from './nativeCurrency'; import { Token } from './token'; export declare type Currency = NativeCurrency | Token;