> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vytransactionrequestbase/vysolanatransfertransactionrequest.md).

# VySolanaTransferTransactionRequest

## Derived Properties ([VyTransactionRequestBase](/sdk-reference/ts-js-v3/object-references/wallet/vytransactionrequestbase.md))

| Field                     | Type                                                                                                     | Description                            | Required |
| ------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------- | -------- |
| walletId                  | string                                                                                                   | The wallet \`ID\` that executed the tx | ✗        |
| ~~pincode~~ \[Deprecated] | string                                                                                                   |                                        | ✗        |
| type                      | [VyTransactionRequestType](/sdk-reference/ts-js-v3/object-references/enum/vytransactionrequesttype.md)   | The type of transaction                | ✓        |
| status                    | [VyTransactionRequestState](/sdk-reference/ts-js-v3/object-references/enum/vytransactionrequeststate.md) | The status of transaction              | ✗        |

## Properties

| Field                | Type                                                                             | Description                                                      | Required |
| -------------------- | -------------------------------------------------------------------------------- | ---------------------------------------------------------------- | -------- |
| computeUnits         | number                                                                           | Specifies the maximum compute units allowed for the transaction. | ✗        |
| baseFee              | number                                                                           |                                                                  | ✗        |
| prioritizationFee    | number                                                                           |                                                                  | ✗        |
| value                | number                                                                           |                                                                  | ✗        |
| lastValidBlockHeight | number                                                                           | Specifies the last valid block height for the transaction.       | ✗        |
| to                   | string                                                                           | The recipient's wallet address.                                  | ✗        |
| network              | [VyNetworkDto](/sdk-reference/ts-js-v3/object-references/wallet/vynetworkdto.md) |                                                                  | ✗        |
| data                 | string                                                                           | Additional data or instructions for the transaction.             | ✗        |

## References

**Schema**

* [VyConfirmTransactionResultDto](/sdk-reference/ts-js-v3/object-references/wallet/vyconfirmtransactionresultdto.md)
* [VyTransactionRequestBase](/sdk-reference/ts-js-v3/object-references/wallet/vytransactionrequestbase.md)

**Operation**

* [buildTokenSwap](/sdk-reference/ts-js-v3/function-references/wallet/token-swapping/buildtokenswap.md)
* [buildTransaction](/sdk-reference/ts-js-v3/function-references/wallet/transactions/buildtransaction.md)
