diff --git a/pallets/rmrk-core/README.md b/pallets/rmrk-core/README.md index e2c5b6cd..257d3d93 100644 --- a/pallets/rmrk-core/README.md +++ b/pallets/rmrk-core/README.md @@ -22,8 +22,10 @@ Extends uniques pallet. Based on [RMRK2 Spec](https://github.com/rmrk-team/rmrk- * **set_property**(collection_id, maybe_nft_id, key, value) * key and value of type `BoundedVec` * set a custom value on an NFT. Similar to uniques `set_attribute` -* **lock**(collection_id) +* **lock_collection**(collection_id) * locking a collection +* **destroy_collection**(collection_id) + * destroying a collection Multi resource calls.