getUserOperationByHash
Retrieve the details of an ERC-4337 user operation by providing its hash. Optionally specify the network to query. Useful for verifying or analyzing operation status.
Instructions
Get details of an ERC-4337 user operation by its hash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| userOpHash | Yes | The user operation hash |