UNPKG

@polycity/sdk

Version:

🛠 An SDK for building applications on top of PolyCityDex Protocol.

7 lines (6 loc) • 203 B
import { Token } from '../entities'; export declare const computePairAddress: ({ factoryAddress, tokenA, tokenB }: { factoryAddress: string; tokenA: Token; tokenB: Token; }) => string;