Trait abstract_sdk::features::AbstractNameService
source · pub trait AbstractNameService: Sized {
// Required method
fn ans_host(&self, deps: Deps<'_>) -> AbstractSdkResult<AnsHost>;
// Provided method
fn name_service<'a>(
&'a self,
deps: Deps<'a>
) -> AbstractNameServiceClient<'_, Self> { ... }
}
Expand description
Trait that enables APIs that depend on the Abstract Name Service.