Learn how to use the getUserOperationReceipt JSON-RPC method.
getUserOperationReceiptgetUserOperationReceipt returns a detailed object containing specific transaction details for a given user operation hash. It takes:
hash - string.Request to retrieve the receipt of 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_getUserOperationReceipt Parameters for the API method call. Hash of the user operation.
Successful response with the user operation receipt.