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
{{ message }}
This repository was archived by the owner on Sep 5, 2022. It is now read-only.
Standardizes the way NFT transfers are rolled back if the recipient has rejected the notification message.
For example, if the NFT was sent to the wrong address and the recipient smart contract does not know how to interact with the NFT
Specification
If NFT item smart contract receive ownership_assigned message with bounced flag set it should revert ownership change and set prev_owner as current owner.
If NFT item smart contract receive editorship_assigned message with bounced flag set it should revert editorship change and set prev_editor as current editor.