import { sendTransaction } from "thirdweb";
import { batchRent } from "thirdweb/extensions/farcaster";
const transaction = batchRent({
contract,
fids: ...,
units: ...,
overrides: {
...
}
});
// Send the transaction
await sendTransaction({ transaction, account });