MetaplexAuctioneerWithdrawLayout constructor

const MetaplexAuctioneerWithdrawLayout({
  1. required int escrowPaymentBump,
  2. required int auctioneerAuthorityBump,
  3. required BigInt amount,
})

Implementation

const MetaplexAuctioneerWithdrawLayout(
    {required this.escrowPaymentBump,
    required this.auctioneerAuthorityBump,
    required this.amount});