> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UseWaitForUserOperationParameters

```ts theme={null}
type UseWaitForUserOperationParameters = {
  userOperationHash?: Hex;
  evmSmartAccount?: EvmAddress;
  network?: SendEvmTransactionWithEndUserAccountBodyNetwork;
  enabled?: boolean;
};
```

Represents the parameters for the `useWaitForUserOperation` hook.

## Properties

| Property                                          | Type                                                                                                                                                            |
| ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="useroperationhash" /> `userOperationHash?` | [`Hex`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-hooks/Type-Aliases/Hex)                                                                                        |
| <a id="evmsmartaccount" /> `evmSmartAccount?`     | [`EvmAddress`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-hooks/Type-Aliases/EvmAddress)                                                                          |
| <a id="network" /> `network?`                     | [`SendEvmTransactionWithEndUserAccountBodyNetwork`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/SendEvmTransactionWithEndUserAccountBodyNetwork) |
| <a id="enabled" /> `enabled?`                     | `boolean`                                                                                                                                                       |
