tradeInputByTargetAmount()
Function tradeInputByTargetAmount()
BancorNetworkInfo.sol
This function is used to determine how many source tokens need to be swapped to receive a specific number of target tokens.
For example, this could be used to determine how many ETH would be required to swap for 1000 LINK.
Function Arguments
Return Variables
This function returns the number of source tokens required to be swapped to receive a specific number of target tokens.
Last updated