pub fn create_foreign_asset<T: Config>(
asset_id: AssetId,
xcm_location: Location,
decimals: u8,
symbol: BoundedVec<u8, ConstU32<256>>,
name: BoundedVec<u8, ConstU32<256>>
)
Expand description
Create new asset with the ForeignAssetCreator
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::create_foreign_asset
.