ResubmitTransaction

Resubmits a transaction with the provided request parameters.

Server Authoritative (default)

public static VyTask<VyTransactionResultDto> ResubmitTransaction(VyResubmitTransactionRequest reqParams)

Path Parameters

reqParams

The request parameters for resubmitting the transaction.

Returns

VyTask<VyTransactionResultDto> A task that represents the asynchronous operation. The task result contains the result of the transaction resubmission.

Last updated