Trait abstract_sdk::ModuleInterface
source · pub trait ModuleInterface: AccountIdentification + Dependencies {
// Provided method
fn modules<'a>(&'a self, deps: Deps<'a>) -> Modules<'_, Self> { ... }
}
Expand description
Interact with other modules on the Account.