pub trait OsVerification: AbstractRegistryAccess {
    // Provided method
    fn account_registry<'a>(&'a self, deps: Deps<'a>) -> OsRegistry<'_, Self> { ... }
}
Expand description

Verify if an addresses is associated with an Abstract Account.

Provided Methods§

source

fn account_registry<'a>(&'a self, deps: Deps<'a>) -> OsRegistry<'_, Self>

Implementors§