# FVyCreateTransaction\_NftTransferRequest

## Properties

| Status       | [EVyTransactionRequestState](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/enum/evytransactionrequeststate) | Controls the execution behavior of the transaction: - \`SAVED\`: Transaction is created and saved with a UUID for later execution - \`READY\`: Transaction is created with a UUID, ready for execution, and has an expiration date/time - \*\*Omit field\*\*: Same behavior as \`READY\` - transaction is prepared and ready for immediate execution |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| TokenAddress | FVyOptString                                                                                                                         | The \`contract address\` of the NFT                                                                                                                                                                                                                                                                                                                  |
| TokenId      | FVyOptString                                                                                                                         | The token \`ID\` of the NFT                                                                                                                                                                                                                                                                                                                          |
| Amount       | FVyOptInt                                                                                                                            | Only applicable for fungible tokens. The amount of fungible tokens you want to transfer                                                                                                                                                                                                                                                              |
| WalletId     | FVyOptString                                                                                                                         | The wallet \`ID\` that will execute the transaction                                                                                                                                                                                                                                                                                                  |
| To           | FVyOptString                                                                                                                         | The destination wallet address                                                                                                                                                                                                                                                                                                                       |
| Chain        | [EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain)                                     | The blockchain of the transaction                                                                                                                                                                                                                                                                                                                    |
| Type         | FString                                                                                                                              | <p>\[READ-ONLY] == NFT\_TRANSFER<br>The type of transfer.</p>                                                                                                                                                                                                                                                                                        |
