Estimate the gas cost of a user operation.
import { estimateUserOpGasCost } from "thirdweb/wallets/smart"; const gasCost = await estimateUserOpGasCost({ transactions, adminAccount, client, smartWalletOptions,});
function estimateUserOpGasCost(args: {}): Promise<{ ether: string; wei: bigint }>;
The options for estimating the gas cost of a user operation.
let args: {};