isApprovedForAll

This method returns if the operator is allowed to manage all of the assets of owner.

Function

function isApprovedForAll(
    address owner, 
    address operator
) external view returns (bool);

Parameters

ParameterDescription

owner

The owner of an INFT.

operator

The operator of an INFT.

Return values

ValueDescription

bool _val

If the operator is allowed to manage all of the assets of owner.

Last updated