bundleUserOp

Bundle a user operation.

Example

import { bundleUserOp } from "thirdweb/wallets/smart";
const userOpHash = await bundleUserOp({
userOp,
options,
});

Parameters

Returns

The bundle hash of the user operation.