UNPKG

moonwalkerswap-v1-sdk

Version:

An SDK for building applications on top of the Moonwalkerswap V1 protocol

3 lines (2 loc) 204 B
import { TradeDetails, ExecutionDetails } from '../types'; export declare function getExecutionDetails(trade: TradeDetails, maxSlippage?: number, deadline?: number, recipient?: string): ExecutionDetails;