MetaplexAuctioneerCancelLayout constructor

const MetaplexAuctioneerCancelLayout({
  1. required int auctioneerAuthorityBump,
  2. required BigInt buyerPrice,
  3. required BigInt tokenSize,
})

Implementation

const MetaplexAuctioneerCancelLayout(
    {required this.auctioneerAuthorityBump,
    required this.buyerPrice,
    required this.tokenSize});