eth_getUserOperationReceipt
Path parameters
Request
The userOpHash
of the UserOperation
to get the receipt for (as returned by eth_sendUserOperation
).
The blocktag for checking the UO status. “pending” or “latest”. Defaults to “latest”.”.
Response
UserOperationReceipt
object representing the outcome of a UserOperation
.
The hash of the UserOperation
.
The EntryPoint address the request should be sent through. This MUST be one of the EntryPoints returned by the supportedEntryPoints
RPC call.
The account initiating the UserOperation
.
The nonce used in the UserOperation
.
The paymaster used for this UserOperation
(or empty if self-sponsored).
The actual amount paid (by account or paymaster) for this UserOperation
.
The total gas used by this UserOperation
(including preVerification
, creation
, validation
, and execution
).
The logs generated by this UserOperation
(not including logs of other UserOperations
in the same bundle).
The TransactionReceipt
object for the entire bundle, not only for this UserOperation
.
The status of the UserOperation
. Could be “Mined” or “Preconfirmed”.”