Fee
function getFee(
address _inputToken,
uint256 _inputAmount,
bytes calldata _feeData
) external view returns (address feeToken, uint256 tokenFee, uint256 nativeFee, uint256 afterFeeAmount);
Last updated
function getFee(
address _inputToken,
uint256 _inputAmount,
bytes calldata _feeData
) external view returns (address feeToken, uint256 tokenFee, uint256 nativeFee, uint256 afterFeeAmount);
Last updated