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