eth_sendUserOperation
Sends a UserOperation
to the given EVM network.
Path parameters
apiKey
Request
This endpoint expects an object.
UserOperation
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 address
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
.