Withdraws funds from the user's buyer escrow account to the given auction house.
const transactionBuilder = metaplex .auctionHouse() .builders() .withdrawFromBuyerAccountBuilder({ auctionHouse, buyer, amount });
Generated using TypeDoc
Withdraws funds from the user's buyer escrow account to the given auction house.