Skip to main content
Hook that polls an EIP-7702 delegation operation until it reaches COMPLETED or FAILED. Use this after creating a delegation to get the final operation result in React state.

Parameters

Returns

UseWaitForEvmEip7702DelegationReturnType { data, error } — when polling reaches COMPLETED, data is the EvmEip7702DelegationOperation.

Example