setApprovalForAll

This method approves or removes operator as an operator for the caller.

Function

function setApprovalForAll(
    address operator, 
    bool _approved
) external;

Parameters

Last updated