EstimateQueryParams: {
    amountIn[decimals]?: number;
    amountIn[value]?: string;
    amountOut[decimals]?: number;
    amountOut[value]?: string;
    chainIdFrom: number;
    chainIdTo: number;
    from[address]?: string;
    from[decimals]: number;
    from[name]: string;
    from[symbol]: string;
    slippage?: number;
    to[address]?: string;
    to[decimals]: number;
    to[name]: string;
    to[symbol]: string;
}

Type declaration

  • Optional amountIn[decimals]?: number
  • Optional amountIn[value]?: string
  • Optional amountOut[decimals]?: number
  • Optional amountOut[value]?: string
  • chainIdFrom: number
  • chainIdTo: number
  • Optional from[address]?: string
  • from[decimals]: number
  • from[name]: string
  • from[symbol]: string
  • Optional slippage?: number
  • Optional to[address]?: string
  • to[decimals]: number
  • to[name]: string
  • to[symbol]: string

Generated using TypeDoc