# VyContractDecodeRequest

## Properties

| Field   | Type                                                                                                                                          | Description                                    | Required |
| ------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | -------- |
| chain   | [VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain)                                                         | The blockchain of the contract                 | ✗        |
| data    | string                                                                                                                                        | The encoded data of the contract function call | ✗        |
| outputs | [VyContractDecodeRequestOutputParam](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vycontractdecoderequestoutputparam) | Array of expected outputs                      | ✗        |

## References

**Operation**

* [decodeContract](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/wallet/contract/decodecontract)
