Trait abstract_sdk::prelude::Transferable
source · pub trait Transferable {
// Required method
fn transferable_asset<T: AbstractNameService>(
self,
base: &T,
deps: Deps<'_>
) -> AbstractSdkResult<Asset>;
}Expand description
Turn an object that represents an asset into the blockchain representation of an asset, i.e. Asset.
Required Methods§
sourcefn transferable_asset<T: AbstractNameService>(
self,
base: &T,
deps: Deps<'_>
) -> AbstractSdkResult<Asset>
fn transferable_asset<T: AbstractNameService>( self, base: &T, deps: Deps<'_> ) -> AbstractSdkResult<Asset>
Turn an object that represents an asset into the blockchain representation of an asset, i.e. Asset.