UNPKG

@dolltoken/v2-sdk

Version:

⚒️ An SDK for building applications on top of Doll V2

9 lines (8 loc) 279 B
import { Token } from '@dolltoken/sdk-core'; import { FeeAmount } from '../constants'; export declare function computePoolAddress({ factoryAddress, tokenA, tokenB, fee }: { factoryAddress: string; tokenA: Token; tokenB: Token; fee: FeeAmount; }): string;