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