Type alias BestPathsWithAmounts

BestPathsWithAmounts: {
    amountIn: BigNumber;
    amountOut: BigNumber;
    bestPriceImpact: BigNumber | null;
    direction: RouteDirection;
    found: boolean;
    gas: BigNumber;
    pathsWithAmounts: PathWithAmounts[];
    quote: BigNumber;
}

Type declaration

  • amountIn: BigNumber
  • amountOut: BigNumber
  • bestPriceImpact: BigNumber | null
  • direction: RouteDirection
  • found: boolean
  • gas: BigNumber
  • pathsWithAmounts: PathWithAmounts[]
  • quote: BigNumber

Generated using TypeDoc