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

# UserOperationReceipt

The receipt that contains information about the execution of user operation.

## Properties

| Property                                      | Type                         | Description                                                                                                     |
| --------------------------------------------- | ---------------------------- | --------------------------------------------------------------------------------------------------------------- |
| <a id="revert" /> `revert?`                   | `UserOperationReceiptRevert` | -                                                                                                               |
| <a id="transactionhash" /> `transactionHash?` | `string`                     | The hash of this transaction as 0x-prefixed string. `Pattern: ^0x[a-fA-F0-9]{64}$`                              |
| <a id="blockhash" /> `blockHash?`             | `string`                     | The block hash of the block including the transaction as 0x-prefixed string. `Pattern: ^0x[0-9a-fA-F]{64}$\|^$` |
| <a id="blocknumber" /> `blockNumber?`         | `number`                     | The block height (number) of the block including the transaction.                                               |
| <a id="gasused" /> `gasUsed?`                 | `string`                     | The gas used for landing this user operation.                                                                   |
