Trait abstract_sdk::apis::bank::TransferInterface
source · pub trait TransferInterface: AbstractNameService + Execution {
fn bank<'a>(&'a self, deps: Deps<'a>) -> Bank<'_, Self> { ... }
}Expand description
Bank assets from and to the Abstract OS.