# UserOperationEstimateGasResponse | @aa-sdk/core

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

## 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="callgaslimit" /> `callGasLimit`
      </td>

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

    <tr>
      <td>
        <a id="paymasterverificationgaslimit" /> `paymasterVerificationGasLimit`
      </td>

      <td>
        `TEntryPointVersion` *extends* `"0.7.0"` ? `any` : `never`
      </td>
    </tr>

    <tr>
      <td>
        <a id="preverificationgas" /> `preVerificationGas`
      </td>

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

    <tr>
      <td>
        <a id="verificationgaslimit" /> `verificationGasLimit`
      </td>

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

  </tbody>
</table>