FanoutMembershipMintVoucher constructor

const FanoutMembershipMintVoucher({
  1. required SolAddress fanout,
  2. required SolAddress fanoutMint,
  3. required BigInt lastInflow,
  4. required int bumpSeed,
})

Implementation

const FanoutMembershipMintVoucher(
    {required this.fanout,
    required this.fanoutMint,
    required this.lastInflow,
    required this.bumpSeed});