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§
- Order
Book Service - Service for getting quotes from Stellar Horizon Order Book API
- Path
Step - Path step in a conversion route
- Stellar
DexService - Multi-strategy Stellar DEX service
- Stellar
Quote Response - Quote response from DEX service
- Swap
Execution Result - Result of executing a swap transaction
- Swap
Transaction Params - Parameters for executing a swap transaction
Enums§
- Asset
Type - Asset types supported by DEX services
- DexService
Wrapper - Enum wrapper for different DEX service implementations
- Stellar
DexService Error
Traits§
- Stellar
DexService Trait - Trait for Stellar DEX services
Type Aliases§
- Default
Stellar DexService - 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 implementsStellarProviderTraitand S implementsStellarSignTrait.