hedera_transfer_nft
Create an unsigned transaction to transfer a specific NFT serial (by token ID and serial number) to a destination account on Hedera.
Instructions
Build (unsigned) an NFT transfer of a specific serial between two accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | Yes | ||
| tokenId | Yes | ||
| toAccountId | Yes | ||
| fromAccountId | No | Current owner (defaults to payer) | |
| payerAccountId | No |