Skip to main content
function getEvmEip7702DelegationOperation(options: GetEvmEip7702DelegationOperationOptions): Promise<EvmEip7702DelegationOperation>;
Returns the current status of an EIP-7702 delegation operation for an end user’s EVM account. Use the delegationOperationId returned by createEvmEip7702Delegation to poll for operation completion.

Parameters

ParameterTypeDescription
optionsGetEvmEip7702DelegationOperationOptionsOptions containing the delegation operation ID.

Returns

Promise<EvmEip7702DelegationOperation> The delegation operation status (PENDING, SUBMITTED, COMPLETED, or FAILED).

Throws

Error if the user is not signed in.