Interface UniswapV3RouterBridgeMethods
Hierarchy
- UniswapV3RouterBridgeMethods
Methods
swapExactInputSingleEx
- swapExactInputSingleEx(tokenIn: string, tokenOut: string, poolFee: undefined, amountIn: number, amountOutMinimum: number): ContractCallMethod<number>
Parameters
tokenIn: string
tokenOut: string
poolFee: undefined
amountIn: number
amountOutMinimum: number
swapExactOutputSingleEx
- swapExactOutputSingleEx(tokenIn: string, tokenOut: string, poolFee: undefined, amountOut: number, amountInMaximum: number): ContractCallMethod<number>
Parameters
tokenIn: string
tokenOut: string
poolFee: undefined
amountOut: number
amountInMaximum: number