FanoutMembershipVoucher constructor

const FanoutMembershipVoucher({
  1. required SolAddress fanout,
  2. required int bumpSeed,
  3. required BigInt lastInflow,
  4. required SolAddress membershipKey,
  5. required BigInt shares,
  6. required BigInt totalInflow,
})

Implementation

const FanoutMembershipVoucher(
    {required this.fanout,
    required this.bumpSeed,
    required this.lastInflow,
    required this.membershipKey,
    required this.shares,
    required this.totalInflow});