Learn how to use the sendUserOperation JSON-RPC method.
sendUserOperationsendUserOperation pushes a signed UserOperation to the network, in this case through the Particle Bundler. It takes:
entrypointAddress - string.Request to send a user operation.
Version of the JSON-RPC protocol, should be 2.0.
"2.0"
The request identifier.
1
The chain ID.
80001
API method being called.
eth_sendUserOperation Parameters for the API method call. Parameters for sending a user operation.
Successful response with the result of the user operation.