@xoxno/sdk-js
    Preparing search index...

    Type Alias StellarSwapStepsInput

    StellarSwapStepsInput: StellarStrategySwapInput

    Input shape for the Stellar-specific swap payload carried on MultiplyArgs.steps, SwapDebtArgs.steps, SwapCollateralArgs.steps, and RepayDebtWithCollateralArgs.steps.

    @xoxno/types declares steps: unknown on these DTOs so every chain owns its own encoding. On Stellar, callers pass opaque aggregator strategy bytes, normally the quote response routeXdr (base64 ScVal XDR) or { routeXdr }. The lending controller forwards those bytes to the aggregator and does not decode the aggregator route.