mirror of
https://github.com/status-im/EIPs.git
synced 2025-01-30 16:46:32 +00:00
Merge pull request #931 from johnhforrest/master
Update operator language in #721
This commit is contained in:
commit
5a68d6b465
@ -121,9 +121,10 @@ interface ERC721 /* is ERC165 */ {
|
|||||||
|
|
||||||
/// @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 of `msg.sender`'s assets.
|
/// all of `msg.sender`'s assets.
|
||||||
/// @dev Emits the ApprovalForAll event
|
/// @dev Emits the ApprovalForAll event. The contract MUST allow
|
||||||
|
/// multiple operators per owner.
|
||||||
/// @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 operator is approved, false to revoke approval
|
||||||
function setApprovalForAll(address _operator, bool _approved) external;
|
function setApprovalForAll(address _operator, bool _approved) external;
|
||||||
|
|
||||||
/// @notice Get the approved address for a single NFT
|
/// @notice Get the approved address for a single NFT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user