git.delta.rocks / unique-network / refs/commits / 2ada3710e512

difftreelog

fix destroy_collection doc comment

Daniel Shiposha2022-06-24parent: #421f362.patch.diff
in: master

1 file changed

modifiedpallets/unique/src/lib.rsdiffbeforeafterboth
290 Ok(())290 Ok(())
291 }291 }
292292
293 /// **DANGEROUS**: Destroys collection and all NFTs within this collection. Users irrecoverably lose their assets and may lose real money.293 /// Destroys collection if no tokens within this collection
294 ///294 ///
295 /// # Permissions295 /// # Permissions
296 ///296 ///