Quoter class
Methods
-
findBestPathFromAmountIn(TokenName token1, TokenName token2, BigInt amountIn)
→ Future<(List, List, List, List, List, List)>
-
findBestPathFromAmountIn retrives the best path of a given token pair
-
findBestPathFromAmountOut(TokenName token1, TokenName token2, BigInt amountOut)
→ Future<(List, List, List, List, List, List)>
-
findBestPathFromAmountOut retrives the best path of a given token pair
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited