> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NftTransfer

> NftTransfer is the Hedera protobuf message describing a non-fungible token movement by sender, receiver, and serial number inside a transfer list.

A sender account, a receiver account, and the serial number of an NFT of a Token with `NON_FUNGIBLE_UNIQUE` type.

| Field               | Type                                                   | Description                                                                                                                                            |
| ------------------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `senderAccountID`   | [AccountID](/reference/protobuf/basic-types/accountid) | The accountID of the sender                                                                                                                            |
| `receiverAccountID` | [AccountID](/reference/protobuf/basic-types/accountid) | The accountID of the receiver                                                                                                                          |
| `serialNumber`      | int64                                                  | The serial number of the NFT                                                                                                                           |
| `is_approval`       | bool                                                   | If true then the transfer is expected to be an approved allowance and the senderAccountID is expected to be the owner. The default is false (omitted). |
