Trait abstract_sdk::apis::dex::DexInterface
source · pub trait DexInterface: Identification + Dependencies {
fn dex<'a>(&'a self, deps: Deps<'a>, dex_name: DexName) -> Dex<'_, Self> { ... }
}Expand description
Interact with the dex api in your module.