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.

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

Parameters

SigningMethod

FVyUserAuth

The Id and Value of one of the user's registered signing-methods

Params

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 response type

Last updated