Expand description
JupiterUltraDex
Implements the DexStrategy
trait to perform Solana token swaps via the
Jupiter Ultra REST API. This module handles:
- Fetching an Ultra order from Jupiter.
- Decoding and signing the transaction.
- Serializing and executing the signed order via Jupiter Ultra.
- Returning the swap result as
SwapResult
.