rmrk-team / rmrk-substrate

[WIP] RMRK Substrate pallets
https://rmrk.app
Other
74 stars 36 forks source link

Set and Clear Collection Metadata #260

Open HashWarlock opened 1 year ago

HashWarlock commented 1 year ago

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.

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

Szegoo commented 1 year ago

@HashWarlock are you working on this or is this free to work on?

HashWarlock commented 1 year ago

@HashWarlock are you working on this or is this free to work on?

Free to work on now if you'd like to add the functionality.

Szegoo commented 1 year ago

I am busy at the moment with some other PRs, so I might work on this in the future if in the meantime you or someone else doesn't open a PR.