UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

12 lines (11 loc) 312 B
import { Uint160String, Uint24String } from '../../stores/library/int'; export interface CreatePoolParams { tokenA: Buffer; tokenASymbol: string; tokenADecimal: number; tokenB: Buffer; tokenBSymbol: string; tokenBDecimal: number; fee: Uint24String; sqrtPriceX96: Uint160String; }