Get the gas fees of a user operation.
import { getUserOpGasPrice } from "thirdweb/wallets/smart"; const fees = await getUserOpGasPrice({ options,});
function getUserOpGasFees(args: { options: BundlerOptions;}): Promise<GasPriceResult>;
The options for getting the gas price of a user operation.
let args: { options: BundlerOptions };
let returnType: Promise<GasPriceResult>;
The gas price of the user operation.