FanoutMintAccountDataArgs: {
    bumpSeed: number;
    fanout: PublicKey;
    lastSnapshotAmount: number | bigint;
    mint: PublicKey;
    tokenAccount: PublicKey;
    totalInflow: number | bigint;
}

Type declaration

  • bumpSeed: number
  • fanout: PublicKey
  • lastSnapshotAmount: number | bigint
  • mint: PublicKey
  • tokenAccount: PublicKey
  • totalInflow: number | bigint

Generated using TypeDoc