# VyResubmitTransactionRequest

## Properties

| Field                     | Type                                                                                  | Description                                                                                                  | Required |
| ------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------- |
| chain                     | [VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain) | 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. | ✗        |
| ~~pincode~~ \[Deprecated] | string                                                                                | This is the pincode of the wallet or the user                                                                | ✗        |

## References

**Operation**

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