# UseCallsStatusParams | @account-kit/react

> Overview of UseCallsStatusParams from @account-kit/react

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

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

```ts
type UseCallsStatusParams = object;
```

Defined in: [account-kit/react/src/hooks/useCallsStatus.ts:17](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useCallsStatus.ts#L17)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="callid" /> `callId`
      </td>

      <td>
        [`Hex`](https://viem.sh) | `undefined`
      </td>
    </tr>

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

      <td>
        | [`UseSmartAccountClientResult`](UseSmartAccountClientResult)\[`"client"`] | `undefined`
      </td>
    </tr>

    <tr>
      <td>
        <a id="queryoptions" /> `queryOptions?`
      </td>

      <td>
        `Omit`\<`UseQueryOptions`\<`QueryResult`>, `"queryKey"` | `"queryFn"`>
      </td>
    </tr>

  </tbody>
</table>