> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EvmUserOperationCall

## Properties

| Property                                        | Type     | Description                                                                                                                                                        |
| ----------------------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <a id="to" /> `to`                              | `string` | The address the call is directed to. `Pattern: ^0x[0-9a-fA-F]{40}$`                                                                                                |
| <a id="value" /> `value`                        | `string` | The amount of ETH to send with the call, in wei.                                                                                                                   |
| <a id="data" /> `data`                          | `string` | The call data to send. This is the hex-encoded data of the function call consisting of the method selector and the function arguments. `Pattern: ^0x[0-9a-fA-F]*$` |
| <a id="overridegaslimit" /> `overrideGasLimit?` | `string` | The override gas limit to use for the call instead of the bundler's estimated gas limit.                                                                           |
