# VyResubmitTransactionRequest

## Properties

| Field           | Type                                                                                    | Description                                                                                                  | Required |
| --------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------- |
| Chain           | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain) | This is the blockchain of the transaction you want to resubmit.                                              | ✗        |
| TransactionHash | string                                                                                  | The \`transactionHash\` which can be found in the response body when you initially executed the transaction. | ✗        |

## References

**Operation**

* [ResubmitTransaction](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/transactions/resubmittransaction)
