approve

This method gives permission to to to transfer tokenId token to another account.

Function

function approve(
    address to, 
    uint256 tokenId
) external;

Parameters

ParameterDescription

to

The recipient.

tokenId

The INFT ID.

Last updated