ResubmitTransaction
Description
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.
void ResubmitTransaction(const FVyResubmitTransactionRequest& reqParams, const FVyUserAuth& signingMethod) const
Parameters
signingMethod
FVyUserAuth
This operation requires a valid Signing-Method from the corresponding user
Returns
void Transaction resubmitted successfully.
Last updated