Function pallet_asset_manager::pallet::dispatchables::destroy_foreign_asset
source · pub fn destroy_foreign_asset<T: Config>(
asset_id: T::AssetId,
_num_assets_weight_hint: u32
)
Expand description
Destroy a given foreign assetId The weight in this case is the one returned by the trait plus the db writes and reads from removing all the associated data
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::destroy_foreign_asset
.