Transfer NFT
To transfer an ERC721 (NFT) asset, use thetransferNFT() method. The method takes the following parameters as inputs:
| Parameter | Type | Description |
|---|---|---|
| nftContractAddress | address | The contract address of the ERC721 asset |
| recipientAddress | address | The recipient’s wallet address |
| tokenId | number | The ID of the asset you wish to transfer |