pub type DefaultStellarDexService<P, S> = OrderBookService<P, S>;Expand description
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.
Aliased Typeยง
struct DefaultStellarDexService<P, S> { /* private fields */ }