You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to add similar functions that exists for Uniques pallet to set/clear metadata for a NFT Collection with functions set_collection_metadata and clear_collection_metadata.
Request to add similar functions that exists for Uniques pallet to set/clear metadata for a NFT Collection with functions
set_collection_metadata
andclear_collection_metadata
.set_collection_metadata
https://github.com/paritytech/substrate/blob/6e52d60931e4398b8a974a0966821f5e27481b8b/frame/uniques/src/lib.rs#L1324-L1366
clear_collection_metadata
https://github.com/paritytech/substrate/blob/6e52d60931e4398b8a974a0966821f5e27481b8b/frame/uniques/src/lib.rs#L1382-L1405
The text was updated successfully, but these errors were encountered: