UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

7 lines (6 loc) 155 B
import { Uint24String } from '../../stores/library/int'; export interface GetPoolParams { tokenA: string; tokenB: string; fee: Uint24String; }