{
"id": 1,
"jsonrpc": "text",
"result": {
"userOpHash": "text",
"entryPoint": "text",
"sender": "text",
"nonce": "text",
"paymaster": "text",
"actualGasCost": "text",
"actualGasUsed": "text",
"success": true,
"reason": "text",
"logs": [
{
"address": "text",
"topics": [
"text"
],
"data": "text",
"blockNumber": "text",
"transactionHash": "text",
"transactionIndex": "text",
"blockHash": "text",
"logIndex": "text",
"removed": true
}
],
"receipt": {
"blockHash": "text",
"blockNumber": "text",
"from": "text",
"to": "text",
"cumulativeGasUsed": "text",
"gasUsed": "text",
"contractAddress": "text",
"logs": [
{
"address": "text",
"topics": [
"text"
],
"data": "text",
"blockNumber": "text",
"transactionHash": "text",
"transactionIndex": "text",
"blockHash": "text",
"logIndex": "text",
"removed": true
}
],
"logsBloom": "text",
"status": 1,
"type": "text",
"transactionHash": "text",
"transactionIndex": "text",
"effectiveGasPrice": "text"
}
}
}