Type alias GetBuyerBalanceInput

GetBuyerBalanceInput: {
    auctionHouse: PublicKey;
    buyerAddress: PublicKey;
}

Type declaration

  • auctionHouse: PublicKey

    The Auction House in which to get the buyer's escrow balance.

  • buyerAddress: PublicKey

    The buyer's address.

Generated using TypeDoc