> 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/ue5-sdk-v3/object-references/wallet/fvyencodecontractrequest.md).

# FVyEncodeContractRequest

## Properties

| Chain        | [EVyChain](/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain.md)                                                          | The blockchain of the contract                                               |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| FunctionName | FVyOptString                                                                                                                             | The contract function name for which you want to encode the input parameters |
| Inputs       | [FVyOptContractEncodeRequestInputParamArray](/sdk-reference/ue5-sdk-v3/object-references/wallet/fvycontractencoderequestinputparam.md)   | Array of inputs needed to call the function                                  |
| Outputs      | [FVyOptContractEncodeRequestOutputParamArray](/sdk-reference/ue5-sdk-v3/object-references/wallet/fvycontractencoderequestoutputparam.md) | Array of expected outputs                                                    |
