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