Get the receipt of a user operation.
import { getUserOpReceiptRaw } from "thirdweb/wallets/smart"; const receipt = await getUserOpReceiptRaw({ client, chain, userOpHash,});
The raw receipt of the user operation.