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.
Input shape for the Stellar-specific
swappayload carried onMultiplyArgs.steps,SwapDebtArgs.steps,SwapCollateralArgs.steps, andRepayDebtWithCollateralArgs.steps.@xoxno/typesdeclaressteps: unknownon these DTOs so every chain owns its own encoding. On Stellar, callers pass opaque aggregator strategy bytes, normally the quote responserouteXdr(base64 ScVal XDR) or{ routeXdr }. The lending controller forwards those bytes to the aggregator and does not decode the aggregator route.