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 static VyTask<VyTransactionResultDto> ResubmitTransaction(VyResubmitTransactionDto reqParams, VyUserAuth signingMethod)

Parameters

reqParams

Request data for the operation

signingMethod

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

Returns

VyTask<VyTransactionResultDto> Transaction resubmitted successfully.

Last updated