> 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/vycreatetransactionrequestbase/vycreatecontractexecutiontransactionrequest.md).

# VyCreateContractExecutionTransactionRequest

## Derived Properties ([VyCreateTransactionRequestBase](/sdk-reference/c-sdk-v3/object-references/wallet/vycreatetransactionrequestbase.md))

| Field    | Type                                                                                 | Description                                         | Required |
| -------- | ------------------------------------------------------------------------------------ | --------------------------------------------------- | -------- |
| WalletId | string                                                                               | The wallet \`ID\` that will execute the transaction | ✗        |
| To       | string                                                                               | The destination wallet address                      | ✗        |
| Chain    | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md)               | The blockchain of the transaction                   | ✗        |
| Type     | [eVyTransferType](/sdk-reference/c-sdk-v3/object-references/enum/evytransfertype.md) | The type of transfer.                               | ✓        |

## Properties

| Field        | Type                                                                                                       | Description                                                                                                                                                                                                                                                                                                                                          | Required |
| ------------ | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Status       | [eVyTransactionRequestState](/sdk-reference/c-sdk-v3/object-references/enum/evytransactionrequeststate.md) | Controls the execution behavior of the transaction: - \`SAVED\`: Transaction is created and saved with a UUID for later execution - \`READY\`: Transaction is created with a UUID, ready for execution, and has an expiration date/time - \*\*Omit field\*\*: Same behavior as \`READY\` - transaction is prepared and ready for immediate execution | ✗        |
| FunctionName | string                                                                                                     | The name of the function you want to call                                                                                                                                                                                                                                                                                                            | ✗        |
| Value        | float                                                                                                      |                                                                                                                                                                                                                                                                                                                                                      | ✗        |
| Inputs       | [VyContractInputParamDto](/sdk-reference/c-sdk-v3/object-references/wallet/vycontractinputparamdto.md)     | Array of inputs needed to call the function                                                                                                                                                                                                                                                                                                          | ✗        |

## References

**Operation**

* [CreateTransaction](/sdk-reference/c-sdk-v3/function-references/wallet/transactions/createtransaction.md)

**Schema**

* [VyCreateTransactionRequestBase](/sdk-reference/c-sdk-v3/object-references/wallet/vycreatetransactionrequestbase.md)
