# UserOperationReceipt | @aa-sdk/core

> Overview of the UserOperationReceipt 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:253](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/types.ts#L253)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="actualgascost" /> `actualGasCost`
      </td>

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

    <tr>
      <td>
        <a id="actualgasused" /> `actualGasUsed`
      </td>

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

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

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

    <tr>
      <td>
        <a id="logs" /> `logs`
      </td>

      <td>
        `string`\[]
      </td>
    </tr>

    <tr>
      <td>
        <a id="nonce" /> `nonce`
      </td>

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

    <tr>
      <td>
        <a id="paymaster" /> `paymaster?`
      </td>

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

    <tr>
      <td>
        <a id="reason" /> `reason?`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        <a id="receipt" /> `receipt`
      </td>

      <td>
        [`TransactionReceipt`](https://viem.sh)
      </td>
    </tr>

    <tr>
      <td>
        <a id="sender" /> `sender`
      </td>

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

    <tr>
      <td>
        <a id="status" /> `status`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        <a id="success" /> `success`
      </td>

      <td>
        `boolean`
      </td>
    </tr>

    <tr>
      <td>
        <a id="userophash" /> `userOpHash`
      </td>

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

  </tbody>
</table>