The status of an EIP-7702 delegation operation.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.
Properties
| Property | Type | Description |
|---|---|---|
delegationOperationId | string | The unique identifier for the delegation operation. |
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. |
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}$ |
network | EvmEip7702DelegationNetwork | - |
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}$ |