# UserOperationResponse | @aa-sdk/core

> Overview of the UserOperationResponse interface from @aa-sdk/core

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

Defined in: [aa-sdk/core/src/types.ts:238](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/types.ts#L238)

## Type Parameters

<table>
  <thead>
    <tr>
      <th align="left">Type Parameter</th>
      <th align="left">Default type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `TEntryPointVersion` *extends* `EntryPointVersion`
      </td>

      <td>
        `EntryPointVersion`
      </td>
    </tr>

  </tbody>
</table>

## Properties

<table>
  <thead>
    <tr>
      <th align="left">Property</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="blockhash" /> `blockHash`
      </td>

      <td>
        `` `0x${string}` ``
      </td>
    </tr>

    <tr>
      <td>
        <a id="blocknumber" /> `blockNumber`
      </td>

      <td>
        `any`
      </td>
    </tr>

    <tr>
      <td>
        <a id="entrypoint" /> `entryPoint`
      </td>

      <td>
        `` `0x${string}` ``
      </td>
    </tr>

    <tr>
      <td>
        <a id="transactionhash" /> `transactionHash`
      </td>

      <td>
        `` `0x${string}` ``
      </td>
    </tr>

    <tr>
      <td>
        <a id="useroperation" /> `userOperation`
      </td>

      <td>
        [`UserOperationRequest`](../type-aliases/UserOperationRequest)\<`TEntryPointVersion`>
      </td>
    </tr>

  </tbody>
</table>