pimlico_sendCompressedUserOperation
This method returns submits the compressed user operation to be included on-chain, and returns the userOpHash
if successful. If the operation is not successful, it will return an error.
Request
{
"jsonrpc": "2.0",
"method": "eth_sendCompressedUserOperation",
"params": [
"0xa6cc6589c8bf208e7438782939938498eee7d703260137856c840cd561cfd68d7b6b0757ef6f208e7438782939938498eee7d703260137856c840c491b3d415956265e8f208e7438782939938498eee7d703260137856c840c1bf5c2184a725be2abfc365f7536b6af525e1c",
"0x422f72B27819798986F41c1bede24e76114DE584",
"0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
],
"id": 1
}
Response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x4c31ae84205a9c862dd8d0822f427fb516448451850ee6f65351951f6a2b2154"
}