You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe also add a TLb description of all messages, which contracts could generate and send to external contracts?
For example, at the end of the auction, nft-item sends an ownership_assigned message to a new owner, but it is not clear what is the format of the message. E.g. what does .store_int(0, 1) mean in that query? And why bidder_address is stored in that message (they probably already know their address)? Should it be prev_owner instead (similar to nft_answer_ownership_assigned)?
The text was updated successfully, but these errors were encountered:
Maybe also add a TLb description of all messages, which contracts could generate and send to external contracts?
For example, at the end of the auction, nft-item sends an
ownership_assigned
message to a new owner, but it is not clear what is the format of the message. E.g. what does.store_int(0, 1)
mean in that query? And whybidder_address
is stored in that message (they probably already know their address)? Should it beprev_owner
instead (similar tonft_answer_ownership_assigned
)?The text was updated successfully, but these errors were encountered: