# VySolanaTransferTransactionRequest

## Derived Properties ([VyTransactionRequestBase](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vytransactionrequestbase))

| Field    | Type                                                                                                                        | Description                            | Required |
| -------- | --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- | -------- |
| WalletId | string                                                                                                                      | The wallet \`ID\` that executed the tx | ✗        |
| Type     | [eVyTransactionRequestType](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evytransactionrequesttype)   | The type of transaction                | ✓        |
| Status   | [eVyTransactionRequestState](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evytransactionrequeststate) | The status of transaction              | ✗        |

## Properties

| Field                | Type                                                                                              | Description                                                      | Required |
| -------------------- | ------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | -------- |
| ComputeUnits         | int                                                                                               | Specifies the maximum compute units allowed for the transaction. | ✗        |
| BaseFee              | int                                                                                               |                                                                  | ✗        |
| PrioritizationFee    | int                                                                                               |                                                                  | ✗        |
| Value                | int                                                                                               |                                                                  | ✗        |
| LastValidBlockHeight | int                                                                                               | Specifies the last valid block height for the transaction.       | ✗        |
| To                   | string                                                                                            | The recipient's wallet address.                                  | ✗        |
| Network              | [VyNetworkDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vynetworkdto) |                                                                  | ✗        |
| Data                 | string                                                                                            | Additional data or instructions for the transaction.             | ✗        |

## References

**Schema**

* [VyConfirmTransactionResultDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vyconfirmtransactionresultdto)
* [VyTransactionRequestBase](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vytransactionrequestbase)

**Operation**

* [BuildTokenSwap](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/token-swapping/buildtokenswap)
* [BuildTransaction](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/transactions/buildtransaction)
