Trait abstract_sdk::Transferable
source · pub trait Transferable {
// Required method
fn transferable_asset<T: AbstractNameService>(
self,
base: &T,
deps: Deps<'_>
) -> AbstractSdkResult<Asset>;
}
Expand description
Transfer an asset into an actual transferable asset.