tradeOutputBySourceAmount()
Function tradeOutputBySourceAmount()
function tradeOutputBySourceAmount(Token sourceToken, Token targetToken, uint256 sourceAmount)
external view validTokensForTrade(sourceToken, targetToken) greaterThanZero(sourceAmount)
returns (uint256)Function Arguments
Name
Type
Description
Return Variables
Variable Type
Returns
Last updated
