MetaplexFixedPriceSaleChangeMarketLayout constructor

MetaplexFixedPriceSaleChangeMarketLayout({
  1. String? newName,
  2. String? newDescription,
  3. bool? mutable,
  4. BigInt? newPrice,
  5. BigInt? newPiecesInOneWallet,
})

Implementation

MetaplexFixedPriceSaleChangeMarketLayout(
    {this.newName,
    this.newDescription,
    this.mutable,
    this.newPrice,
    this.newPiecesInOneWallet});