UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

6 lines (5 loc) 148 B
import { Uint64String } from '../../stores/library/int'; export interface GetPositionParams { poolAddress: string; tokenId: Uint64String; }