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: BaseTransactionOptions;
let returnType: Promise<bigint>;
The parsed result of the function call.