Interface SquidrouterEstimation

Estimation object.

Hierarchy

  • SquidrouterEstimation

Properties

aggregatePriceImpact: string
estimatedRouteDuration: number
exchangeRate: string
feeCosts: FeeCost[]
fromAmount: string
gasCosts: GasCost[]
route: {
    fromChain: RouteElement[];
    toChain: RouteElement[] | BridgeRouteElement[];
}

Type declaration

  • Readonly fromChain: RouteElement[]
  • Readonly toChain: RouteElement[] | BridgeRouteElement[]
sendAmount: string
toAmount: string
toAmountMin: string
toAmountUSD: string

Generated using TypeDoc