an instance of a marketplace contract
the auction id to check
a response object that includes the Bid that is winning the auction
const listingId = 0;
const { data: winningBid, isLoading, error } = useWinningBid(contract, listingId);
EnglishAuctions
Generated using TypeDoc
Get the winning bid for an english auction