UNPKG

@abstractswap/v4-sdk

Version:

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

3 lines (2 loc) 116 B
import { Currency } from '@abstractswap/sdk-core'; export declare function toAddress(currency: Currency): string;