cancelTransaction

This endpoint immediately tries to cancel a stuck transaction.

public cancelTransaction(reqParams: VyCancelTransactionDto, 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