MetaplexAuctionHouseUpdateAuctionHouseLayout constructor

const MetaplexAuctionHouseUpdateAuctionHouseLayout({
  1. int? sellerFeeBasisPoints,
  2. bool? requiresSignOff,
  3. bool? canChangeSalePrice,
})

Implementation

const MetaplexAuctionHouseUpdateAuctionHouseLayout(
    {this.sellerFeeBasisPoints,
    this.requiresSignOff,
    this.canChangeSalePrice});