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
Throws unless msg.sender is the current NFT owner, or an authorized operator of the current owner.
This suggests that an address that was nominated via SetApprovalForAll can approve other addresses for specific tokens. But it can't call SetApprovalForAll, and neither can an address approved for a single token approve some other address for that token.
So, should we follow the prior art in this case of allowing an account-wide authorised operator to delegate operation of specific tokens?
This suggests that an address that was nominated via SetApprovalForAll can approve other addresses for specific tokens. But it can't call SetApprovalForAll, and neither can an address approved for a single token approve some other address for that token.
So, should we follow the prior art in this case of allowing an account-wide authorised operator to delegate operation of specific tokens?
Originally posted by @anorth in filecoin-project/FIPs#492 (comment)
The text was updated successfully, but these errors were encountered: