difftreelog
Merge branch 'master' of https://github.com/usetech-llc/nft_parachain
in: master
1 file changed
doc/demo_milestone1-2.mddiffbeforeafterboth868687Run `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: 87Run `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: 88```88```89nft.collection: CollectionType89{90{91 Owner: 5C4hrfjw9DjXZTzV3MwzrrAr9P1MJhSrvWGWqi1eSuyUpnhM,90 NextItemId: 0,92 NextItemId: 0,91 Owner: 5C4hrfjw9DjXZTzV3MwzrrAr9P1MJhSrvWGWqi1eSuyUpnhM,92 CustomDataSize: 093 CustomDataSize: 093}94}94```95```