getUserOpReceiptRaw

Get the receipt of a user operation.

Example

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

Parameters

Returns

The raw receipt of the user operation.