Replies: 2 comments 1 reply
-
I think you meant to ask, "Should we have a granular access control mechanism that allows the stream creator to disallow either the sender or the recipient from transferring the stream?". The answer to this question is "no". Today, the NFT can be transferred only by the recipient. The goal with #630 is to turn off the transferability for recipients, not to make it possible for the sender to transfer the NFT on behalf of the recipient. As a side note, giving permissions to the sender can be problematic; see #666. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your comments. I think my questions were not appropriate but some of your comments are very useful. Let me try to rephrase them. Questions:
Also my question about the default value for the |
Beta Was this translation helpful? Give feedback.
-
Questions from @smol-ninja:
withdrawMaxAndTransfer()
? This function transfers the NFT to a new recipient and is called byStream
owner.Beta Was this translation helpful? Give feedback.
All reactions