git.delta.rocks / unique-network / refs/commits / 8b3272bb7398

difftreelog

Update acceptance doc

Greg Zaitsev2020-05-07parent: #cb631b1.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```