getUserOpReceipt

Get the receipt of a user operation.

Example

import { getUserOpReceipt } from "thirdweb/wallets/smart";
const receipt = await getUserOpReceipt({
client,
chain,
userOpHash,
});

Parameters

Returns

The receipt of the user operation.