git.delta.rocks / unique-network / refs/commits / 6eb7e2baa973

difftreelog

Merge branch 'master' of https://github.com/usetech-llc/nft_parachain

str-mv2020-05-07parents: #88d4ed3 #8b3272b.patch.diff
in: master

1 file changed

modifieddoc/demo_milestone1-2.mddiffbeforeafterboth
8686
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: 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: CollectionType
89{90{
91 Owner: 5C4hrfjw9DjXZTzV3MwzrrAr9P1MJhSrvWGWqi1eSuyUpnhM,
90 NextItemId: 0,92 NextItemId: 0,
91 Owner: 5C4hrfjw9DjXZTzV3MwzrrAr9P1MJhSrvWGWqi1eSuyUpnhM,
92 CustomDataSize: 093 CustomDataSize: 0
93}94}
94```95```