CancelTransaction
This endpoint immediately tries to cancel a stuck transaction.
void CancelTransaction(const FVyUserAuth& SigningMethod, const FVyCancelTransactionRequest& Params, const FVyOnCancelTransactionComplete& OnComplete) const;Parameters
SigningMethod
FVyUserAuth
The Id and Value of one of the user's registered signing-methods
OnComplete
FVyOnCancelTransactionComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnCancelTransactionComplete) Contains a FVyTransactionResultDto response type
Last updated