Skip to main content
type CreateEvmEip7702DelegationResult = {
  delegationOperationId: string;
};
Result of creating an EIP-7702 delegation.

Properties

PropertyTypeDescription
delegationOperationIdstringThe unique identifier for the delegation operation. Use this to poll the operation status.