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.
Parameters
reqParams | Request data for the operation | |
signingMethod | This operation requires a valid Signing-Method from the corresponding user |
Returns
VyPromise<VyTransactionResultDto> Transaction resubmitted successfully.
Last updated