Interface EddyBridgeTradeConstructorParams

Hierarchy

  • EddyBridgeTradeConstructorParams

Properties

crossChainTrade: {
    feeInfo: FeeInfo;
    from: PriceTokenAmount<EvmBlockchainName>;
    gasData: GasData;
    priceImpact: null | number;
    quoteOptions: Omit<CrossChainOptions, "fromSlippageTolerance" | "toSlippageTolerance" | "slippageTolerance" | "gasCalculation" | "deadline" | "providerAddress" | "timeout" | "changenowFullyEnabled" | "enableTestnets"> & Required<Pick<CrossChainOptions, "fromSlippageTolerance" | "toSlippageTolerance" | "slippageTolerance" | "gasCalculation" | "deadline" | "providerAddress" | "timeout" | "changenowFullyEnabled" | "enableTestnets">>;
    routingDirection: EddyRoutingDirection;
    slippage: number;
    to: PriceTokenAmount<EvmBlockchainName>;
}

Type declaration

providerAddress: string
routePath: RubicStep[]

Generated using TypeDoc