Function orml_asset_registry::module::dispatchables::update_asset
source · pub fn update_asset<T: Config>(
asset_id: T::AssetId,
decimals: Option<u32>,
name: Option<BoundedVec<u8, T::StringLimit>>,
symbol: Option<BoundedVec<u8, T::StringLimit>>,
existential_deposit: Option<T::Balance>,
location: Option<Option<VersionedMultiLocation>>,
additional: Option<T::CustomMetadata>
)
Expand description
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_asset
.