Module stellar_dex

Source
Expand description

Stellar DEX service module Provides quote conversion services for Stellar tokens to XLM Supports native Stellar paths API and optional Soroswap integration

Structs§

OrderBookService
Service for getting quotes from Stellar Horizon Order Book API
PathStep
Path step in a conversion route
StellarDexService
Multi-strategy Stellar DEX service
StellarQuoteResponse
Quote response from DEX service
SwapExecutionResult
Result of executing a swap transaction
SwapTransactionParams
Parameters for executing a swap transaction

Enums§

AssetType
Asset types supported by DEX services
DexServiceWrapper
Enum wrapper for different DEX service implementations
StellarDexServiceError

Traits§

StellarDexServiceTrait
Trait for Stellar DEX services

Type Aliases§

DefaultStellarDexService
Default implementation using Stellar Order Book service Note: This type alias cannot be used directly due to generic parameters. Use OrderBookService<P, S> where P implements StellarProviderTrait and S implements StellarSignTrait.