UNPKG

@array.inc/sdk

Version:

🛠 An SDK for building applications on top of Array.

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