Cancels the user's bid in the given auction house.
const transactionBuilder = metaplex .auctionHouse() .builders() .cancelBid({ auctionHouse, bid });
Generated using TypeDoc
Cancels the user's bid in the given auction house.