Last updated 1 year ago
This method approves or removes operator as an operator for the caller.
operator
function setApprovalForAll( address operator, bool _approved ) external;
An address.
_approved
The Boolean value used to determine if an operator is approved or not.