eth_sendUserOperation

Sends a UserOperation to the given EVM network.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
UserOperationobjectRequired
The UserOperation object. This can be either a v0.6 or v0.7 user operation, but MUST match the version of the entry point at the address of the second parameter.
Entrypoint addressstringRequiredformat: "^0x[0-9a-fA-F]{40}$"

The EntryPoint address the request should be sent through. This MUST be one of the EntryPoints returned by the supportedEntryPoints RPC call.

Response

The calculated userOpHash for the UserOperation.