FanoutMint constructor

const FanoutMint({
  1. required SolAddress mint,
  2. required SolAddress fanout,
  3. required SolAddress tokenAccount,
  4. required BigInt totalInflow,
  5. required BigInt lastSnapshotAmount,
  6. required int bumpSeed,
})

Implementation

const FanoutMint(
    {required this.mint,
    required this.fanout,
    required this.tokenAccount,
    required this.totalInflow,
    required this.lastSnapshotAmount,
    required this.bumpSeed});