UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

9 lines (8 loc) 244 B
import { Uint128String, Uint64String } from '../../stores/library/int'; export interface CollectParams { poolAddress: Buffer; tokenId: Uint64String; recipient: Buffer; amount0Max: Uint128String; amount1Max: Uint128String; }