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