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