Estimate the gas cost of a user operation.
import { estimateUserOpGas } from "thirdweb/wallets/smart"; const gasCost = await estimateUserOpGas({ userOp, options,});
The estimated gas cost of the user operation.