Type alias CreateAuctionHouseBuilderContext

CreateAuctionHouseBuilderContext: { auctionHouseAddress: Pda; auctionHouseFeeAccountAddress: Pda; auctionHouseTreasuryAddress: Pda; treasuryWithdrawalDestinationAddress: PublicKey }

Type declaration

  • auctionHouseAddress: Pda

    The address of the Auction House.

  • auctionHouseFeeAccountAddress: Pda

    The account that used to pay the fees for selling and buying.

  • auctionHouseTreasuryAddress: Pda

    The account that receives the AuctionHouse fees.

  • treasuryWithdrawalDestinationAddress: PublicKey

    The account that is marked as a destination of withdrawal from the treasury account.

Generated using TypeDoc