# VyCancelTransactionRequest

## Properties

| Field                     | Type                                                                                  | Description                                                                                                  | Required |
| ------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------- |
| chain                     | [VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain) | This is the blockchain of the transaction you want to cancel.                                                | ✗        |
| transactionHash           | string                                                                                | The \`transactionHash\` which can be found in the response body when you initially executed the transaction. | ✗        |
| ~~pincode~~ \[Deprecated] | string                                                                                |                                                                                                              | ✗        |

## References

**Operation**

* [cancelTransaction](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/wallet/transactions/canceltransaction)
