UNPKG

@thinkincoin-libs/sdk-core

Version:

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

5 lines (3 loc) 129 B
import { NativeCurrency } from './nativeCurrency' import { Token } from './token' export type Currency = NativeCurrency | Token