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.

public resubmitTransaction(reqParams: VyResubmitTransactionDto, signingMethod: VyUserAuth) : VyPromise<VyTransactionResultDto>

Parameters

reqParams

Request data for the operation

signingMethod

VyUserAuth

This operation requires a valid Signing-Method from the corresponding user

Returns

VyPromise<VyTransactionResultDto>

Last updated