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

# EvmEip7702DelegationOperation

The status of an EIP-7702 delegation operation.

## Properties

| Property                                                 | Type                                                                                                                    | Description                                                                                                                                                                                                                                                                                                                          |
| -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <a id="delegationoperationid" /> `delegationOperationId` | `string`                                                                                                                | The unique identifier for the delegation operation.                                                                                                                                                                                                                                                                                  |
| <a id="status" /> `status`                               | `EvmEip7702DelegationOperationStatus`                                                                                   | The current status of the delegation operation. UNSPECIFIED means the status has not been set. PENDING means the operation has been created but not yet submitted. SUBMITTED means the operation has been submitted to the network. COMPLETED means the operation has completed successfully. FAILED means the operation has failed. |
| <a id="transactionhash" /> `transactionHash?`            | `string`                                                                                                                | The hash of the delegation transaction, if available. Present once the transaction has been submitted to the network. `Pattern: ^0x[0-9a-fA-F]{64}$`                                                                                                                                                                                 |
| <a id="network" /> `network`                             | [`EvmEip7702DelegationNetwork`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/EvmEip7702DelegationNetwork) | -                                                                                                                                                                                                                                                                                                                                    |
| <a id="delegateaddress" /> `delegateAddress?`            | `string`                                                                                                                | The address the account has delegated to, if any. Only present when the account has an active delegation. `Pattern: ^0x[0-9a-fA-F]{40}$`                                                                                                                                                                                             |
