dexter.newCancelSwapRequest()
...
forTransaction(string): CancelSwapRequest
Set which transaction to cancel from, given the Tx hash.
dexter.newCancelSwapRequest()
.forTransaction('abc...')
...
forDex(string): CancelSwapRequest
Set which DEX the transaction came from.
dexter.newCancelSwapRequest()
.forDex(VyFinance.identifier)
...