Function pallet_ocif_staking::pallet::dispatchables::change_core_metadata
source · pub fn change_core_metadata<T: Config>(
name: BoundedVec<u8, T::MaxNameLength>,
description: BoundedVec<u8, T::MaxDescriptionLength>,
image: BoundedVec<u8, T::MaxImageUrlLength>,
)
Expand description
Used to change the metadata of a core.
The origin has to be the core origin.
name
: Name of the core.description
: Description of the core.image
: Image URL of the core.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::change_core_metadata
.