> 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/ue5-sdk-v3/function-references/wallet/transactions/resubmittransaction.md).

# ResubmitTransaction

This endpoint immediately tries to resubmit a stuck transaction. Sometimes a transaction fails to execute/propagate. This can be due to several factors, for example, the gas price is too low.

{% code overflow="wrap" %}

```cpp
void ResubmitTransaction(const FVyUserAuth& SigningMethod, const FVyResubmitTransactionRequest& Params, const FVyOnResubmitTransactionComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| SigningMethod | FVyUserAuth                                                                                                          | The Id and Value of one of the user's registered signing-methods                        |
| ------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| Params        | [FVyResubmitTransactionRequest](/sdk-reference/ue5-sdk-v3/object-references/wallet/fvyresubmittransactionrequest.md) | Parameters for this operation (FVyResubmitTransactionRequest)                           |
| OnComplete    | FVyOnResubmitTransactionComplete                                                                                     | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnResubmitTransactionComplete)\
Contains a [FVyTransactionResultDto](/sdk-reference/ue5-sdk-v3/object-references/wallet/fvytransactionresultdto.md) response type
