> ## 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.

# UseWaitForEvmEip7702DelegationParameters

```ts theme={null}
type UseWaitForEvmEip7702DelegationParameters = {
  delegationOperationId?: string;
  enabled?: boolean;
};
```

Parameters for the `useWaitForEvmEip7702Delegation` hook.

## Properties

| Property                                                  | Type      | Description                                                                           |
| --------------------------------------------------------- | --------- | ------------------------------------------------------------------------------------- |
| <a id="delegationoperationid" /> `delegationOperationId?` | `string`  | The delegation operation ID to poll.                                                  |
| <a id="enabled" /> `enabled?`                             | `boolean` | When false, polling does not run. Defaults to true when delegationOperationId is set. |
