Const
Cancels the current transaction in progress, providing a reason for cancellation.
{ type: 'CANCEL_TRANSACTION', payload: { reason: 'Cancelled by UI' }} Copy
{ type: 'CANCEL_TRANSACTION', payload: { reason: 'Cancelled by UI' }}
Remarks
Cancels the current transaction in progress, providing a reason for cancellation.
Example