Sign a user operation.
import { signUserOp } from "thirdweb/wallets/smart"; const userOp = createUnsignedUserOp(...); const signedUserOp = await signUserOp({ userOp, chain, adminAccount,});
The user operation with the signature field populated