UNPKG

baluni-api

Version:
18 lines (17 loc) 392 B
import { Wallet } from 'ethers'; export declare function buildSwapUniswap(swaps: Array<{ wallet: Wallet; address: string; token0: string; token1: string; reverse: boolean; protocol: string; chainId: string; amount: string; slippage: number; }>): Promise<{ Approvals: any[]; ApprovalsAgent: any[]; Calldatas: any[]; TokensReturn: any[]; }>;