> ## 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.

# EvmUserOperation

## Properties

| Property                                      | Type                                                                                                            | Description                                                                                                                                                                                                                                                                        |
| --------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="network" /> `network`                  | [`EvmUserOperationNetwork`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/EvmUserOperationNetwork) | -                                                                                                                                                                                                                                                                                  |
| <a id="userophash" /> `userOpHash`            | `string`                                                                                                        | The hash of the user operation. This is not the transaction hash, as a transaction consists of multiple user operations. The user operation hash is the hash of this particular user operation which gets signed by the owner of the Smart Account. `Pattern: ^0x[0-9a-fA-F]{64}$` |
| <a id="calls" /> `calls`                      | [`EvmUserOperationCall`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Interfaces/EvmUserOperationCall)\[]      | The list of calls in the user operation.                                                                                                                                                                                                                                           |
| <a id="status" /> `status`                    | [`EvmUserOperationStatus`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/EvmUserOperationStatus)   | The status of the user operation.                                                                                                                                                                                                                                                  |
| <a id="transactionhash" /> `transactionHash?` | `string`                                                                                                        | The hash of the transaction that included this particular user operation. This gets set after the user operation is broadcasted and the transaction is included in a block. `Pattern: ^0x[0-9a-fA-F]{64}$\|^$`                                                                     |
| <a id="receipts" /> `receipts?`               | [`UserOperationReceipt`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Interfaces/UserOperationReceipt)\[]      | The list of receipts associated with the user operation.                                                                                                                                                                                                                           |
