UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

9 lines (8 loc) 233 B
import { Uint256String } from '../../stores/library/int'; export interface ExactOutputParams { path: Buffer; recipient: Buffer; deadline: Uint256String; amountOut: Uint256String; amountInMaximum: Uint256String; }