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