pub struct VersionControlContract {
pub address: Addr,
}Expand description
Store the Version Control contract.
Implements AbstractRegistryAccess
Fields§
§address: AddrAddress of the version control contract
Implementations§
Trait Implementations§
source§impl AbstractRegistryAccess for VersionControlContract
impl AbstractRegistryAccess for VersionControlContract
source§fn abstract_registry(&self, _deps: Deps<'_>) -> AbstractSdkResult<Addr>
fn abstract_registry(&self, _deps: Deps<'_>) -> AbstractSdkResult<Addr>
Get the address of the registry.
source§impl Clone for VersionControlContract
impl Clone for VersionControlContract
source§fn clone(&self) -> VersionControlContract
fn clone(&self) -> VersionControlContract
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for VersionControlContract
impl Send for VersionControlContract
impl Sync for VersionControlContract
impl Unpin for VersionControlContract
impl UnwindSafe for VersionControlContract
Blanket Implementations§
source§impl<T> AccountVerification for Twhere
T: AbstractRegistryAccess,
impl<T> AccountVerification for Twhere T: AbstractRegistryAccess,
source§fn account_registry<'a>(&'a self, deps: Deps<'a>) -> AccountRegistry<'_, Self>
fn account_registry<'a>(&'a self, deps: Deps<'a>) -> AccountRegistry<'_, Self>
API for querying and verifying a sender’s identity in the context of Abstract Accounts. Read more
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> ModuleRegistryInterface for Twhere
T: AbstractRegistryAccess,
impl<T> ModuleRegistryInterface for Twhere T: AbstractRegistryAccess,
source§fn module_registry<'a>(&'a self, deps: Deps<'a>) -> ModuleRegistry<'_, Self>
fn module_registry<'a>(&'a self, deps: Deps<'a>) -> ModuleRegistry<'_, Self>
API for querying module information from the Abstract version control contract. Read more