-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage of tag-nft-token-id
for the sender
param inside the transfer
function?
#6
Comments
Excuse me for missing this issue. The purpose of |
So in the two events below from the README:
How would you construct a post-condition statement for number 2 if post-conditions don't apply to burn and mint events? |
For a burn you need a post condition. That is the trick with the code. The condition would be something like:
|
ah ok got it. But |
It is likewise to generate an event for the recipient but purely for indexing purposes. |
@MarvinJanssen
From my understanding, I think the reason why
nft-burn?
is being called within the privatetag-nft-token-id
(which is called in the publicmint
), is to allow a user to be minted more of the same SFT if they already own it.But am having a hard time understanding why
tag-nft-token-id
is called for thesender
param (on line 55) inside thetransfer
function.The text was updated successfully, but these errors were encountered: