UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

9 lines (8 loc) 232 B
import { Uint256String } from '../../stores/library/int'; export interface ExactInputParams { path: Buffer; recipient: Buffer; deadline: Uint256String; amountIn: Uint256String; amountOutMinimum: Uint256String; }