> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vycontractencoderequest.md).

# VyContractEncodeRequest

## Properties

| Field        | Type                                                                                                                         | Description                                                                  | Required |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | -------- |
| Chain        | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md)                                                       | The blockchain of the contract                                               | ✗        |
| FunctionName | string                                                                                                                       | The contract function name for which you want to encode the input parameters | ✗        |
| Inputs       | [VyContractEncodeRequestInputParam](/sdk-reference/c-sdk-v3/object-references/wallet/vycontractencoderequestinputparam.md)   | Array of inputs needed to call the function                                  | ✗        |
| Outputs      | [VyContractEncodeRequestOutputParam](/sdk-reference/c-sdk-v3/object-references/wallet/vycontractencoderequestoutputparam.md) | Array of expected outputs                                                    | ✗        |

## References

**Operation**

* [EncodeContract](/sdk-reference/c-sdk-v3/function-references/wallet/contract/encodecontract.md)
