From e05bac81164437762e69eaaa485f0106b1c3d77d Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Wed, 17 Feb 2021 09:37:05 +0000 Subject: [PATCH] docs: document ItemCreated recipient field --- --- a/doc/application_development.md +++ b/doc/application_development.md @@ -79,6 +79,7 @@ ##### Events ItemCreated ItemId: Identifier of newly created NFT, which is unique within the Collection, so the NFT is uniquely identified with a pair of values: CollectionId and ItemId. +Recipient: Address, owner of newly created item #### BurnItem -- gitstuff