Interface OwlToTradeParams

Hierarchy

  • OwlToTradeParams

Properties

crossChainTrade: {
    approveAddress: string;
    feeInfo: FeeInfo;
    from: PriceTokenAmount<EvmBlockchainName>;
    gasData: GasData;
    priceImpact: null | number;
    swapParams: OwlTopSwapRequest;
    to: PriceTokenAmount<EvmBlockchainName>;
}

Type declaration

providerAddress: string
routePath: RubicStep[]

Generated using TypeDoc