# FVyEncodeContractRequest

## Properties

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