# VyCreateGasTransferTransactionRequest

## Derived Properties ([VyCreateTransactionRequestBase](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vycreatetransactionrequestbase))

| Field    | Type                                                                                                | Description                                         | Required |
| -------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------- | -------- |
| walletId | string                                                                                              | The wallet \`ID\` that will execute the transaction | ✗        |
| to       | string                                                                                              | The destination wallet address                      | ✗        |
| chain    | [VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain)               | The blockchain of the transaction                   | ✗        |
| type     | [VyTransferType](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vytransfertype) | The type of transfer.                               | ✓        |

## Properties

| Field  | Type                                                                                                                      | Description                                                                                                                                                                                                                                                                                                                                          | Required |
| ------ | ------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| status | [VyTransactionRequestState](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vytransactionrequeststate) | 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 | ✗        |
| value  | number                                                                                                                    | The amount of gas you want to transfer                                                                                                                                                                                                                                                                                                               | ✗        |

## References

**Operation**

* [createTransaction](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/wallet/transactions/createtransaction)

**Schema**

* [VyCreateTransactionRequestBase](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vycreatetransactionrequestbase)
