From 6eb7e2baa9731027b8b5a1e737ec2744bfe88e6b Mon Sep 17 00:00:00 2001 From: str-mv Date: Thu, 07 May 2020 15:01:42 +0000 Subject: [PATCH] Merge branch 'master' of https://github.com/usetech-llc/nft_parachain --- --- a/doc/demo_milestone1-2.md +++ b/doc/demo_milestone1-2.md @@ -86,9 +86,10 @@ Run `nft`.`destroyCollection` with collection ID = 1, and then read collection from state. The returned fields will have default values, which indicates that collection does not exsit anymore: ``` +nft.collection: CollectionType { - NextItemId: 0, Owner: 5C4hrfjw9DjXZTzV3MwzrrAr9P1MJhSrvWGWqi1eSuyUpnhM, + NextItemId: 0, CustomDataSize: 0 } ``` -- gitstuff