pub fn apply_update_collection_info<T: Config>(
collection_id: T::CollectionId,
change_id: T::Hash
)
Expand description
Apply an change previously proposed by
Pallet::propose_update_collection_info
if the conditions to get
it ready are fullfilled.
This call is permissionless.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::apply_update_collection_info
.