Calls the "rentedUnits" function on the contract.
import { rentedUnits } from "thirdweb/extensions/farcaster"; const result = await rentedUnits({ contract,});
function rentedUnits( options: BaseTransactionOptions,): Promise<bigint>;
The options for the rentedUnits function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<bigint>;
The parsed result of the function call.