pub fn propose_update_collection_info<T: Config>(
collection_id: T::CollectionId,
info: CollectionInfo<T>
)
Expand description
Propose an update of feeders associated to a specific collection.
The collection will only be modified once
Pallet::apply_update_collection_info
is called.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::propose_update_collection_info
.