> 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/c-sdk-v3/object-references/wallet/vyresubmittransactionrequest.md).

# VyResubmitTransactionRequest

## Properties

| Field           | Type                                                                   | Description                                                                                                  | Required |
| --------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------- |
| Chain           | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md) | 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](/sdk-reference/c-sdk-v3/function-references/wallet/transactions/resubmittransaction.md)
