pallet_moonbeam_foreign_assets::pallet::dispatchables

Function create_foreign_asset

Source
pub fn create_foreign_asset<T: Config>(
    asset_id: AssetId,
    asset_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.