Creates a bid on a given asset and executes a sale on the created bid and given listing.
const transactionBuilder = metaplex .auctionHouse() .builders() .buy({ auctionHouse, listing, buyer })
Generated using TypeDoc
Creates a bid on a given asset and executes a sale on the created bid and given listing.