# FVyBuildContractExecutionTransactionRequest

## Properties

| FunctionName        | FVyOptString                                                                                                                        | The name of the function you want to call                           |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| Value               | FVyOptFloat                                                                                                                         |                                                                     |
| Inputs              | [FVyOptContractInputParamDtoArray](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvycontractinputparamdto) | Array of inputs needed to call the function                         |
| ChainSpecificFields | FVyOptJsonToken                                                                                                                     |                                                                     |
| WalletId            | FVyOptString                                                                                                                        | The wallet \`ID\` that will execute the transaction                 |
| To                  | FVyOptString                                                                                                                        | The destination wallet address                                      |
| Chain               | [EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain)                                    | The blockchain of the transaction                                   |
| Type                | FString                                                                                                                             | <p>\[READ-ONLY] == CONTRACT\_EXECUTION<br>The type of transfer.</p> |
