mirror of
https://github.com/status-im/EIPs.git
synced 2025-01-12 15:54:12 +00:00
Remove throw condition for setApprovalForAll.
And tweak the description to more clearly indicate its difference from the other, per-NFT operations.
This commit is contained in:
parent
c0a9feb7a5
commit
4cf57f5dba
@ -122,8 +122,7 @@ interface ERC721 /* is ERC165 */ {
|
|||||||
function approve(address _approved, uint256 _tokenId) external payable;
|
function approve(address _approved, uint256 _tokenId) external payable;
|
||||||
|
|
||||||
/// @notice Enable or disable approval for a third party ("operator") to manage
|
/// @notice Enable or disable approval for a third party ("operator") to manage
|
||||||
/// all your assets.
|
/// all of `msg.sender`'s assets.
|
||||||
/// @dev Throws unless `msg.sender` is the current NFT owner.
|
|
||||||
/// @dev Emits the ApprovalForAll event
|
/// @dev Emits the ApprovalForAll event
|
||||||
/// @param _operator Address to add to the set of authorized operators.
|
/// @param _operator Address to add to the set of authorized operators.
|
||||||
/// @param _approved True if the operators is approved, false to revoke approval
|
/// @param _approved True if the operators is approved, false to revoke approval
|
||||||
|
Loading…
x
Reference in New Issue
Block a user