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