AuctionHouse: {
    address: string;
    auctionHouseFeeAccount: string;
    auctionHouseTreasury: string;
    authority: string;
    program: string;
    rewardCenter: RewardCenter | null;
    sellerFeeBasisPoints: number;
    treasuryMint: string;
}

Type declaration

  • address: string
  • auctionHouseFeeAccount: string
  • auctionHouseTreasury: string
  • authority: string
  • program: string
  • rewardCenter: RewardCenter | null
  • sellerFeeBasisPoints: number
  • treasuryMint: string

Generated using TypeDoc