pub trait VaultInterface: AbstractNameService + Identification {
    fn vault<'a>(&'a self, deps: Deps<'a>) -> Vault<'_, Self> { ... }
}
Expand description

Retrieve asset-registration information from the OS. Query asset values and balances.

Provided Methods§

Implementors§