# VyContractEncodeRequest

## 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                                               | ✗        |
| FunctionName | string                                                                                                                                        | The contract function name for which you want to encode the input parameters | ✗        |
| Inputs       | [VyContractEncodeRequestInputParam](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vycontractencoderequestinputparam)   | Array of inputs needed to call the function                                  | ✗        |
| Outputs      | [VyContractEncodeRequestOutputParam](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vycontractencoderequestoutputparam) | Array of expected outputs                                                    | ✗        |

## References

**Operation**

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