totalAuctions

Calls the "totalAuctions" function on the contract.

Example

import { totalAuctions } from "thirdweb/extensions/marketplace";
const result = await totalAuctions({
contract,
});

Parameters

Returns

The parsed result of the function call.