Skip to main content
The status of an EIP-7702 delegation operation.

Properties

PropertyTypeDescription
delegationOperationIdstringThe unique identifier for the delegation operation.
statusEvmEip7702DelegationOperationStatusThe 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?stringThe hash of the delegation transaction, if available. Present once the transaction has been submitted to the network. Pattern: ^0x[0-9a-fA-F]{64}$
networkEvmEip7702DelegationNetwork-
delegateAddress?stringThe address the account has delegated to, if any. Only present when the account has an active delegation. Pattern: ^0x[0-9a-fA-F]{40}$