isNewWinningBid

Calls the "isNewWinningBid" function on the contract.

Example

import { isNewWinningBid } from "thirdweb/extensions/marketplace";
const result = await isNewWinningBid({
contract,
auctionId: ...,
bidAmount: ...,
});

Parameters

Returns

The parsed result of the function call.