# VyContractDecodeRequest

## Properties

| Field   | Type                                                                                                                                          | Description                                    | Required |
| ------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | -------- |
| Chain   | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)                                                       | The blockchain of the contract                 | ✗        |
| Data    | string                                                                                                                                        | The encoded data of the contract function call | ✗        |
| Outputs | [VyContractDecodeRequestOutputParam](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vycontractdecoderequestoutputparam) | Array of expected outputs                      | ✗        |

## References

**Operation**

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