Expand description
JupiterSwapDex
Implements the DexStrategy
trait to perform Solana token swaps via the
Jupiter Swap REST API. This module handles:
- Fetching a swap quote from Jupiter.
- Building the swap transaction.
- Decoding and signing the transaction.
- Sending the signed transaction on-chain.
- Confirming transaction execution.