TransferNFT
Last updated
/// @param nftAddr Address of the NFT contract
/// @param from Address of the sender
/// @param to Address of the recipient
/// @param nftId ID of the NFT to transfer
struct Params {
address nftAddr;
address from;
address to;
uint256 nftId;
}return bytes32(inputData.nftId);