Trait abstract_sdk::features::AbstractRegistryAccess
source · pub trait AbstractRegistryAccess: Sized {
// Required method
fn abstract_registry(&self, deps: Deps<'_>) -> AbstractSdkResult<Addr>;
}
Expand description
Trait that enables access to a registry, like a version control contract.
Required Methods§
sourcefn abstract_registry(&self, deps: Deps<'_>) -> AbstractSdkResult<Addr>
fn abstract_registry(&self, deps: Deps<'_>) -> AbstractSdkResult<Addr>
Get the address of the registry.