# UseWaitForCallsStatusParams | @account-kit/react

> Overview of the UseWaitForCallsStatusParams interface 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. */}

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

## Extends

- `Omit`\<[`WaitForCallsStatusParameters`](https://viem.sh), `"id"`>

## Properties

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

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

      <td>
        | `undefined` | `AlchemySmartAccountClient`\<`undefined` | [`Chain`](https://viem.sh), `SupportedAccounts`, | \{ } | `LightAccountClientActions`\<`AlchemySigner`> | `ExecutionActions`\<`MultiOwnerModularAccount`\<`AlchemySigner`>, `undefined`, keyof EntryPointRegistryBase\<unknown>> & `ManagementActions`\<`MultiOwnerModularAccount`\<`AlchemySigner`>, `undefined`, keyof EntryPointRegistryBase\<unknown>> & `ReadAndEncodeActions`\<`MultiOwnerModularAccount`\<`AlchemySigner`>> & `object` & `object` & `PluginManagerActions`\<`MultiOwnerModularAccount`\<`AlchemySigner`>> & `AccountLoupeActions`\<`MultiOwnerModularAccount`\<`AlchemySigner`>> | `MultiOwnerLightAccountClientActions`\<`AlchemySigner`>>
      </td>
    </tr>

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

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

  </tbody>
</table>