ProvingProcess constructor

const ProvingProcess({
  1. required NFTPacksAccountType accountType,
  2. required SolAddress walletKey,
  3. required bool isExhausted,
  4. required SolAddress voucherMint,
  5. required SolAddress packSet,
  6. required int cardsRedeemed,
  7. required Map<int, int> cardsToRedeem,
})

Implementation

const ProvingProcess(
    {required this.accountType,
    required this.walletKey,
    required this.isExhausted,
    required this.voucherMint,
    required this.packSet,
    required this.cardsRedeemed,
    required this.cardsToRedeem});