CancelTransaction

This endpoint immediately tries to cancel a stuck transaction.

public static VyTask<VyTransactionResultDto> CancelTransaction(VyCancelTransactionDto reqParams, VyAuthSigningMethod signingMethod)

Parameters

reqParams

Request data for the operation

signingMethod

VyAuthSigningMethod

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

Returns

VyTask<VyTransactionResultDto>

Last updated